X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.unix;h=b324be32c1e3933eeec3814103e3f1af9b44ef34;hb=30e1b2567264ed311c376dce13026858cdef400a;hp=2a774255087ea6f782c71f67d14cddac4c531c01;hpb=99c569a1257cc13ddd2201870266c9ef83ee3fcc;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