diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |