mirror of https://github.com/snes9xgit/snes9x.git
libretro: Use -O3 instead of -O2.
This commit is contained in:
parent
85e0a748e4
commit
1fcfcbb4c3
|
@ -547,8 +547,8 @@ ifeq ($(DEBUG), 1)
|
|||
CXXFLAGS += -O0 -g -DDEBUG
|
||||
endif
|
||||
else
|
||||
CFLAGS += -O2 -DNDEBUG
|
||||
CXXFLAGS += -O2 -DNDEBUG
|
||||
CFLAGS += -O3 -DNDEBUG
|
||||
CXXFLAGS += -O3 -DNDEBUG
|
||||
|
||||
ifneq (,$(findstring msvc,$(platform)))
|
||||
ifeq ($(STATIC_LINKING),1)
|
||||
|
|
Loading…
Reference in New Issue