This commit is contained in:
goyuken 2014-06-22 05:26:51 +00:00
parent 6f84abb81e
commit 7cdc585252
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -1,5 +1,5 @@
CXX = g++
CXXFLAGS = -Wall -DDISABLE_AUTO_FILE -D__LIBRETRO__ -I.. -Wno-multichar -O3
CXXFLAGS = -Wall -DDISABLE_AUTO_FILE -D__LIBRETRO__ -I.. -Wno-multichar -O3 -fno-exceptions -fomit-frame-pointer
TARGET = libquicknes.dll
LDFLAGS = -shared -static-libgcc -static-libstdc++
RM = rm