Skip to content

Commit bd7beac

Browse files
committed
Updated build scripts
1 parent 465ff03 commit bd7beac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make/tools.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ else
110110
endif
111111

112112
# Define flags for (cross) build
113-
CFLAGS ?= \
113+
CFLAGS += \
114114
$(CFLAGS_EXT) \
115115
-fdata-sections \
116116
-ffunction-sections \
@@ -120,7 +120,7 @@ CFLAGS ?= \
120120

121121
CDEFS += -DLSP_INSTALL_PREFIX=\\\"$(PREFIX)\\\"
122122

123-
CXXFLAGS ?= \
123+
CXXFLAGS += \
124124
$(CXXFLAGS_EXT) \
125125
-std=c++98 \
126126
-fno-exceptions \

0 commit comments

Comments
 (0)