Skip to content

Commit f1ea9f1

Browse files
committed
Updated build scripts
1 parent b3fd4b3 commit f1ea9f1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
*******************************************************************************
44

55
=== 1.0.2 ===
6+
* Updated build scripts.
67

78
=== 1.0.1 ===
89
* Updated build scripts.

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)