Skip to content

Commit

Permalink
(PSP1) Change to -O2
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Dec 11, 2017
1 parent 237a0ab commit 621d89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.psp1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ TARGET = retroarchpsp
ifeq ($(DEBUG), 1)
OPTIMIZE_LV := -O0 -g
else
OPTIMIZE_LV := -O3
OPTIMIZE_LV := -O2
endif

ifeq ($(WHOLE_ARCHIVE_LINK), 1)
Expand Down

0 comments on commit 621d89c

Please sign in to comment.