mirror of https://github.com/snes9xgit/snes9x.git
Merge pull request #463 from orbea/libretro
libretro: Use -O3 instead of -O2.
This commit is contained in:
commit
f820fa708b
|
@ -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