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 33*******************************************************************************
44
55=== 1.0.2 ===
6+ * Updated build scripts.
67
78=== 1.0.1 ===
89* Updated build scripts.
8889* Supports SIMD optimizations for 32-bit i586 architecture.
8990* Supports SIMD optimizations for 64-bit x86_64 architecture.
9091* 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 110110endif
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
121121CDEFS += -DLSP_INSTALL_PREFIX=\\\"$(PREFIX ) \\\"
122122
123- CXXFLAGS : = \
123+ CXXFLAGS ? = \
124124 $(CXXFLAGS_EXT ) \
125125 -std=c++98 \
126126 -fno-exceptions \
You can’t perform that action at this time.
0 commit comments