Commit 0f724ec0 authored by Michael Droettboom's avatar Michael Droettboom

Don't disable minification

parent d6b66384
...@@ -31,8 +31,7 @@ LDFLAGS=\ ...@@ -31,8 +31,7 @@ LDFLAGS=\
-s USE_FREETYPE=1 \ -s USE_FREETYPE=1 \
-std=c++14 \ -std=c++14 \
-lstdc++ \ -lstdc++ \
--memory-init-file 0 \ --memory-init-file 0
--minify 0
SIX_ROOT=six/six-1.11.0/build/lib SIX_ROOT=six/six-1.11.0/build/lib
SIX_LIBS=$(SIX_ROOT)/six.py SIX_LIBS=$(SIX_ROOT)/six.py
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment