Use -O3 for compilatino

This commit is contained in:
Francisco Javier Trujillo Mata 2020-06-07 19:42:29 +02:00
parent df4e715738
commit d896d59e8e

View File

@ -17,7 +17,7 @@ ifeq ($(DEBUG), 1)
OPTIMIZE_LV := -O0 -g
RARCH_DEFINES += -DDEBUG
else
OPTIMIZE_LV := -O2
OPTIMIZE_LV := -O3
LDFLAGS := -s
endif