X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.win32;h=21480fb3fef1c7590424c24fc4d4bd50d827f2aa;hb=eea9addef354bf029c40083ac1f079987256a000;hp=8f56e4a5f3ba6ef5c958dc2339f854e31c973237;hpb=8d69a0cc312d7238f453b312f227cddd2cdf1951;p=virtualjaguar diff --git a/Makefile.win32 b/Makefile.win32 index 8f56e4a..21480fb 100644 --- a/Makefile.win32 +++ b/Makefile.win32 @@ -20,8 +20,9 @@ CC = gcc LD = gcc TARGET = vj -CFLAGS = -Wall -Wno-switch -Wno-non-virtual-dtor -O3 -D$(SYSTYPE) -Dstricmp="strcasecmp" \ +CFLAGS = -Wall -Wno-switch -Wno-non-virtual-dtor -O2 -D$(SYSTYPE) -Dstricmp="strcasecmp" \ -fomit-frame-pointer `sdl-config --cflags` +# -fomit-frame-pointer `sdl-config --cflags` -g # -fomit-frame-pointer `sdl-config --cflags` -DLOG_UNMAPPED_MEMORY_ACCESSES LDFLAGS = $(CFLAGS) @@ -81,7 +82,7 @@ obj/%.o: src/%.cpp vj: $(OBJS) $(LD) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) - strip --strip-all vj$(EXESUFFIX) +# strip --strip-all vj$(EXESUFFIX) # upx -9 vj$(EXESUFFIX) # Other stuff that has unusual dependencies