diff --git a/makefile b/makefile index bcedd4c..d296d33 100644 --- a/makefile +++ b/makefile @@ -17,7 +17,6 @@ all: $(OUTDIR) dll debug: export CXXFLAGS+=-g debug: clean all -release: export CXXFLAGS+=-static-libgcc -static-libstdc++ release: clean all package #For use on my machine ONLY