From fcc2b780e92a005c8006346eb6f5ec23fd643fe2 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 20 Nov 2021 00:26:52 -0500 Subject: [PATCH] On -fpermissive in Windows in unit tests fix #3581 --- unit_tests/unit_test_rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_tests/unit_test_rules.mk b/unit_tests/unit_test_rules.mk index 69594c6fba..6172a96ebe 100644 --- a/unit_tests/unit_test_rules.mk +++ b/unit_tests/unit_test_rules.mk @@ -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