summaryrefslogtreecommitdiff
path: root/build/scons_tools/tool_selectmcu.py
diff options
context:
space:
mode:
Diffstat (limited to 'build/scons_tools/tool_selectmcu.py')
-rw-r--r--build/scons_tools/tool_selectmcu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/scons_tools/tool_selectmcu.py b/build/scons_tools/tool_selectmcu.py
index e99df5e..18f8975 100644
--- a/build/scons_tools/tool_selectmcu.py
+++ b/build/scons_tools/tool_selectmcu.py
@@ -31,7 +31,7 @@ def SelectMCU(env, mcu, variant_dir = None):
RANLIB = '${TOOLCHAIN}ranlib',
CCFLAGS = Split('-O2 -Wall -ggdb -ffunction-sections -fdata-sections'),
- CXXFLAGS = Split('-std=c++20 -fno-exceptions -fno-rtti'),
+ CXXFLAGS = Split('-std=c++20 -fno-exceptions -fno-rtti -fcoroutines'),
ASFLAGS = Split('-c -x assembler-with-cpp'),
LINKFLAGS = Split('-Wall -nostartfiles -Wl,-T${LINK_SCRIPT} -Wl,--gc-sections'),