File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 3
3
*******************************************************************************
4
4
5
5
=== 1.0.2 ===
6
+ * Updated build scripts.
6
7
7
8
=== 1.0.1 ===
8
9
* Updated build scripts.
88
89
* Supports SIMD optimizations for 32-bit i586 architecture.
89
90
* Supports SIMD optimizations for 64-bit x86_64 architecture.
90
91
* Supports SIMD optimizations for 32-bit ARMv7 architecture.
91
- * Supports SIMD optimizations for 64-bit AArch64 architecture.
92
+ * Supports SIMD optimizations for 64-bit AArch64 architecture.
93
+
Original file line number Diff line number Diff line change 110
110
endif
111
111
112
112
# Define flags for (cross) build
113
- CFLAGS : = \
113
+ CFLAGS ? = \
114
114
$(CFLAGS_EXT ) \
115
115
-fdata-sections \
116
116
-ffunction-sections \
@@ -120,7 +120,7 @@ CFLAGS := \
120
120
121
121
CDEFS += -DLSP_INSTALL_PREFIX=\\\"$(PREFIX ) \\\"
122
122
123
- CXXFLAGS : = \
123
+ CXXFLAGS ? = \
124
124
$(CXXFLAGS_EXT ) \
125
125
-std=c++98 \
126
126
-fno-exceptions \
You can’t perform that action at this time.
0 commit comments