From db6bdfae611dc00ea99b6fba2ad7317ed404a4e3 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 30 Oct 2021 20:49:56 -0400 Subject: [PATCH] small step back --- 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 a41d5537b5..c492ad3a3e 100644 --- a/unit_tests/unit_test_rules.mk +++ b/unit_tests/unit_test_rules.mk @@ -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