From 56117b3f684b24fd113d020eeb31fa48eac767c6 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sat, 8 Jan 2011 19:44:15 +0100 Subject: [PATCH] Update win32 cflags and ldflags --- Makefile.win32 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)