Skip to content

Commit 103e9e2

Browse files
Increase GCC optimisation level to Os (optimise for size).
1 parent 2fd932d commit 103e9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

records/tools/make_gcc_arm.yaml

+1-1
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)