From b8a9213ca097bb3e341c433a309236b63218596e Mon Sep 17 00:00:00 2001 From: rusefillc Date: Wed, 26 Jan 2022 19:31:15 -0500 Subject: [PATCH] fancy --- misc/stm32f1_test_project/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/stm32f1_test_project/Makefile b/misc/stm32f1_test_project/Makefile index ef1a156f71..77f59cb64b 100644 --- a/misc/stm32f1_test_project/Makefile +++ b/misc/stm32f1_test_project/Makefile @@ -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.