mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Use -O3 for compilatino
This commit is contained in:
parent
df4e715738
commit
d896d59e8e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ ifeq ($(DEBUG), 1)
|
|||
OPTIMIZE_LV := -O0 -g
|
||||
RARCH_DEFINES += -DDEBUG
|
||||
else
|
||||
OPTIMIZE_LV := -O2
|
||||
OPTIMIZE_LV := -O3
|
||||
LDFLAGS := -s
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue