gba: use release build libmeteor.dll for big speedup

This commit is contained in:
goyuken 2012-11-23 20:43:32 +00:00
parent 96880ccc4a
commit 9efe2f2a67
2 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ else
endif
#CXXFLAGS += -Wall -pedantic -I. -I../ameteor/include -pipe -D__LIBRETRO__ -Wno-parentheses -fno-exceptions -fno-rtti
CXXFLAGS += -Wall -pedantic -I. -Iinclude -pipe -D__LIBRETRO__ -Wno-parentheses -fno-exceptions -fno-rtti
CXXFLAGS += -Wall -pedantic -I. -Iinclude -pipe -D__LIBRETRO__ -DX86_ASM -Wno-parentheses -fno-exceptions -fno-rtti
ifeq ($(DEBUG), 1)
CFLAGS += -O0 -g