On -fpermissive in Windows in unit tests fix #3581

This commit is contained in:
rusefillc 2021-11-20 00:26:52 -05:00
parent f1900b4887
commit fcc2b780e9
1 changed files with 1 additions and 1 deletions

View File

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