Update win32 cflags and ldflags

This commit is contained in:
Themaister 2011-01-08 19:44:15 +01:00
parent b302026b84
commit 56117b3f68

View File

@ -11,7 +11,7 @@ libsnes ?= -lsnes
LIBS =
DEFINES = -I.
LDFLAGS = -L. -static-libgcc
LDFLAGS = -L. -static-libgcc -s
SRC_LIBS = -lsamplerate-0
SDL_LIBS = -lSDLmain -lSDL
@ -36,7 +36,7 @@ endif
LIBS += $(libsnes)
CFLAGS = -Wall -O3 -g -std=gnu99 -I.
CFLAGS = -Wall -O3 -std=gnu99 -I.
all: $(TARGET)