From 66e1179503089888ce0a0e79f3ba704666fded7b Mon Sep 17 00:00:00 2001 From: Themaister Date: Tue, 15 Nov 2011 16:44:40 +0100 Subject: [PATCH] Do not remove -s. --- Makefile.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.win b/Makefile.win index c06463383f..8d126748ab 100644 --- a/Makefile.win +++ b/Makefile.win @@ -31,7 +31,7 @@ libsnes ?= -lsnes LIBS = -lm -lshlwapi DEFINES = -I. -DHAVE_CONFIGFILE LDFLAGS = -L. -static-libgcc -LDCXXFLAGS = -static-libstdc++ +LDCXXFLAGS = -static-libstdc++ -s ifeq ($(HAVE_SDL), 1) OBJ += gfx/sdl.o gfx/gl.o gfx/sdlwrap.o input/sdl.o audio/sdl.o fifo_buffer.o