Skip to content

Commit

Permalink
port: set default optimization level to -Og
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsfdsfgs committed Aug 26, 2023
1 parent 23dfc05 commit d9c974f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.port
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ROMID ?= ntsc-final
#
# Supported values: -O0, -O1, -O2, -O3, -Os, -Og

GCC_OPT_LVL = -O0
GCC_OPT_LVL = -Og

# ROM_SIZE - The desired ROM size in megabytes.
#
Expand Down

0 comments on commit d9c974f

Please sign in to comment.