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 b3fd4b3 commit f1ea9f1Copy full SHA for f1ea9f1
CHANGELOG
@@ -3,6 +3,7 @@
3
*******************************************************************************
4
5
=== 1.0.2 ===
6
+* Updated build scripts.
7
8
=== 1.0.1 ===
9
* Updated build scripts.
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