minor change: better description for the -Os flag

Courtesy of Lephenixnoir.
This commit is contained in:
KikooDX 2021-04-16 11:51:00 +02:00
parent 226ea40887
commit df9a5255df
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ set(FLAGS
-Werror-implicit-function-declaration
# optimisation level
# -Os: small binary
# -Os: like -O2 without space-expensive optimizations
# -O2: good speed/size tradeoff
# -O3: gotta go fast
-Os