X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.unix;h=b324be32c1e3933eeec3814103e3f1af9b44ef34;hb=8d69a0cc312d7238f453b312f227cddd2cdf1951;hp=2a774255087ea6f782c71f67d14cddac4c531c01;hpb=a1ad40785ac6d954051e4e5882436da9a58cc3a6;p=virtualjaguar diff --git a/Makefile.unix b/Makefile.unix index 2a77425..b324be3 100644 --- a/Makefile.unix +++ b/Makefile.unix @@ -81,6 +81,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