Skip to content

Commit

Permalink
Merge pull request #83 from orbea/debug
Browse files Browse the repository at this point in the history
Makefile: Update one more DEBUG conditional
  • Loading branch information
notaz authored Apr 5, 2018
2 parents 079bc1b + c7397ed commit 8d40ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ pico/cd/gfx_cd.o: CFLAGS += -fno-strict-aliasing
# on x86, this is reduced by ~300MB when debug info is off (but not on ARM)
# not using O3 and -fno-expensive-optimizations seems to also help, but you may
# want to remove this stuff for better performance if your compiler can handle it
ifndef DEBUG
ifeq "$(DEBUG)" "0"
cpu/fame/famec.o: CFLAGS += -g0 -O2 -fno-expensive-optimizations
endif

Expand Down

0 comments on commit 8d40ae5

Please sign in to comment.