small step back

This commit is contained in:
rusefillc 2021-10-30 20:49:56 -04:00
parent 509f7997ef
commit db6bdfae61
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ endif
# C++ specific options here (added to USE_OPT).
ifeq ($(USE_CPPOPT),)
USE_CPPOPT = -std=gnu++17 -fno-rtti -fno-use-cxa-atexit -Winvalid-pch
USE_CPPOPT = -std=gnu++17 -fno-rtti -fpermissive -fno-use-cxa-atexit -Winvalid-pch
endif
# Enable this if you want the linker to remove unused code and data