From 1fad862eea514dd1cf425faca1165fb937e9ac0c Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Wed, 5 Jun 2024 17:53:35 -0400 Subject: fix qfplib dependence; clean up filter() --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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. -- cgit v1.2.3