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 465ff03 commit bd7beacCopy full SHA for bd7beac
make/tools.mk
@@ -110,7 +110,7 @@ else
110
endif
111
112
# Define flags for (cross) build
113
-CFLAGS ?= \
+CFLAGS += \
114
$(CFLAGS_EXT) \
115
-fdata-sections \
116
-ffunction-sections \
@@ -120,7 +120,7 @@ CFLAGS ?= \
120
121
CDEFS += -DLSP_INSTALL_PREFIX=\\\"$(PREFIX)\\\"
122
123
-CXXFLAGS ?= \
+CXXFLAGS += \
124
$(CXXFLAGS_EXT) \
125
-std=c++98 \
126
-fno-exceptions \
0 commit comments