FASTER
This commit is contained in:
parent
6f84abb81e
commit
7cdc585252
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue