Update win32 cflags and ldflags
This commit is contained in:
parent
b302026b84
commit
56117b3f68
|
@ -11,7 +11,7 @@ libsnes ?= -lsnes
|
||||||
|
|
||||||
LIBS =
|
LIBS =
|
||||||
DEFINES = -I.
|
DEFINES = -I.
|
||||||
LDFLAGS = -L. -static-libgcc
|
LDFLAGS = -L. -static-libgcc -s
|
||||||
|
|
||||||
SRC_LIBS = -lsamplerate-0
|
SRC_LIBS = -lsamplerate-0
|
||||||
SDL_LIBS = -lSDLmain -lSDL
|
SDL_LIBS = -lSDLmain -lSDL
|
||||||
|
@ -36,7 +36,7 @@ endif
|
||||||
|
|
||||||
LIBS += $(libsnes)
|
LIBS += $(libsnes)
|
||||||
|
|
||||||
CFLAGS = -Wall -O3 -g -std=gnu99 -I.
|
CFLAGS = -Wall -O3 -std=gnu99 -I.
|
||||||
|
|
||||||
all: $(TARGET)
|
all: $(TARGET)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue