mirror of
https://github.com/libretro/RetroArch
synced 2025-01-18 13:23:40 +00:00
Update win32 cflags and ldflags
This commit is contained in:
parent
b302026b84
commit
56117b3f68
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user