]> Shamusworld >> Repos - virtualjaguar/blobdiff - Makefile.unix
Added a 'strip' command to make smaller executables
[virtualjaguar] / Makefile.unix
index 2a774255087ea6f782c71f67d14cddac4c531c01..b324be32c1e3933eeec3814103e3f1af9b44ef34 100644 (file)
@@ -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