We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0277e57 commit 9f7e168Copy full SHA for 9f7e168
platform.txt
@@ -15,6 +15,8 @@ compiler.warning_flags.more=-Wall
15
compiler.warning_flags.all=-Wall -Wextra
16
17
compiler.optimization_flags=-Os
18
+compiler.optimization_flags.release=-Os
19
+compiler.optimization_flags.debug=-Og
20
21
compiler.path={build.compiler_path}
22
compiler.c.cmd={build.crossprefix}gcc
0 commit comments