89.9 flash usage

This commit is contained in:
2026-01-06 13:56:00 +01:00
parent ed89ceaac5
commit 41f0140a22
6 changed files with 39 additions and 23 deletions

9
extra_script.py Normal file
View File

@@ -0,0 +1,9 @@
Import("env")
# Apply C++-only flags
env.Append(
CXXFLAGS=[
"-fno-exceptions",
"-fno-rtti"
]
)