fancy
This commit is contained in:
parent
751b1eaf77
commit
b8a9213ca0
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue