We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0952a commit 41cf123Copy full SHA for 41cf123
Makefile
@@ -290,7 +290,8 @@ endif
290
# Sets the environment variables for a subshell while building
291
setenv = export CFLAGS_FOR_TARGET=$(CFFT); \
292
export CXXFLAGS_FOR_TARGET=$(CFFT); \
293
- export CFLAGS="-I$(call install,$(1))/include -pipe"; \
+ export CFLAGS="-I$(call install,$(1))/include -pipe -g -O2"; \
294
+ export CXXFLAGS="-pipe -g -O2"; \
295
export LDFLAGS="-L$(call install,$(1))/lib"; \
296
export PATH="$(call install,.stage.LINUX.stage)/bin:$${PATH}"; \
297
export LD_LIBRARY_PATH="$(call install,.stage.LINUX.stage)/lib:$${LD_LIBRARY_PATH}"
0 commit comments