Skip to content

Commit 842b344

Browse files
authored
Merge pull request #67 from microbit-carlos/gcc-opt
Suggestion: Increase GCC optimisation level to Os (optimise for size).
2 parents 2fd932d + 103e9e2 commit 842b344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

records/tools/make_gcc_arm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tool_specific:
1515
- c
1616
- nosys
1717
common_flags:
18-
- -O0
18+
- -Os
1919
- -Wall
2020
- -ffunction-sections
2121
- -fdata-sections

0 commit comments

Comments
 (0)