X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.unix;h=1471ee0a3b2058df5e240b65d298e0cded5395a7;hb=99022b1729761292b036c382934b73e62f06923b;hp=2a774255087ea6f782c71f67d14cddac4c531c01;hpb=99c569a1257cc13ddd2201870266c9ef83ee3fcc;p=virtualjaguar diff --git a/Makefile.unix b/Makefile.unix index 2a77425..1471ee0 100644 --- a/Makefile.unix +++ b/Makefile.unix @@ -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,6 +82,7 @@ obj/%.o: src/%.cpp vj: $(OBJS) $(LD) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) +# strip --strip-all vj$(EXESUFFIX) # upx -9 vj$(EXESUFFIX) # Other stuff that has unusual dependencies