diff --git a/Makefile.win32 b/Makefile.win32 index d66d1cc925..b189ef4979 100644 --- a/Makefile.win32 +++ b/Makefile.win32 @@ -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)