This commit is contained in:
rusefillc 2022-01-26 19:31:15 -05:00
parent 751b1eaf77
commit b8a9213ca0
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ endif
# C++ specific options here (added to USE_OPT).
ifeq ($(USE_CPPOPT),)
USE_CPPOPT = -fno-rtti -fno-exceptions -ffast-math -funsafe-math-optimizations -fno-threadsafe-statics -fno-use-cxa-atexit
USE_CPPOPT += -std=c++2a
endif
# Enable this if you want the linker to remove unused code and data.