]> Shamusworld >> Repos - virtualjaguar/blobdiff - Makefile.win32
Added a 'strip' command to make smaller executables
[virtualjaguar] / Makefile.win32
index c2b045b766700de1fd6e1950514fc2a878319ba5..8f56e4a5f3ba6ef5c958dc2339f854e31c973237 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