Skip to content

Commit

Permalink
Back to -O2
Browse files Browse the repository at this point in the history
-Os breaks booting from flash
  • Loading branch information
9ary committed Jun 16, 2018
1 parent c371db6 commit de74387
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 @@ -29,7 +29,7 @@ INCLUDES := -nostdlibinc -isystem $(DEVKITPPC)/powerpc-eabi/include
# options for code generation
#---------------------------------------------------------------------------------

CFLAGS = -g -Os -Wall $(MACHDEP) $(INCLUDE)
CFLAGS = -g -O2 -Wall $(MACHDEP) $(INCLUDE)
CXXFLAGS = $(CFLAGS)

LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map -T$(PWD)/ipl.ld
Expand Down

0 comments on commit de74387

Please sign in to comment.