Removed a strange clause from the release build

This commit is contained in:
2016-12-02 23:46:20 +11:00
parent e1bea5e571
commit b51c4b4f30
-1
View File
@@ -17,7 +17,6 @@ all: $(OUTDIR) dll
debug: export CXXFLAGS+=-g debug: export CXXFLAGS+=-g
debug: clean all debug: clean all
release: export CXXFLAGS+=-static-libgcc -static-libstdc++
release: clean all package release: clean all package
#For use on my machine ONLY #For use on my machine ONLY