We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf30fe commit 1c85a1cCopy full SHA for 1c85a1c
tools/platformio-build.py
@@ -51,6 +51,7 @@
51
ASFLAGS=env.get("CCFLAGS", [])[:],
52
53
CCFLAGS=[
54
+ "-Os", # Optimize for size by default
55
"-Werror=return-type",
56
"-march=armv6-m",
57
"-mcpu=cortex-m0plus",
0 commit comments