aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2024-06-05 17:53:35 -0400
committerClyne Sullivan <clyne@bitgloo.com>2024-06-05 17:53:35 -0400
commit1fad862eea514dd1cf425faca1165fb937e9ac0c (patch)
tree4578de36850b38a9aac5073731973b401e66e523 /Makefile
parenteea21d422b06445729f1daec764591d083584613 (diff)
fix qfplib dependence; clean up filter()
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1065763..bfd4c37 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ endif
# C++ specific options here (added to USE_OPT).
ifeq ($(USE_CPPOPT),)
- USE_CPPOPT = -std=c++23 -fno-exceptions -fno-rtti
+ USE_CPPOPT = -std=c++23 -fno-exceptions -fno-rtti -fno-threadsafe-statics
endif
# Enable this if you want the linker to remove unused code and data.