mirror of https://github.com/perkeep/perkeep.git
newui: use SIMPLE_OPTIMIZATION. turns out ADVANCED_OPTIMIZATIONS won't work without lots of pain and isn't worth it.
Change-Id: I2313c2815f6264256d24f5ad176ca580eef6b2ad
This commit is contained in:
parent
1f31c21cec
commit
b6f588abcc
2
Makefile
2
Makefile
|
@ -32,7 +32,7 @@ $(NEWUIDIR)/all.js: $(NEWUIDIR)/blob_item.js $(NEWUIDIR)/blob_item_container.js
|
||||||
--namespace="camlistore.IndexPage" \
|
--namespace="camlistore.IndexPage" \
|
||||||
--output_mode=compiled \
|
--output_mode=compiled \
|
||||||
--compiler_jar=tmp/closure-compiler/compiler.jar \
|
--compiler_jar=tmp/closure-compiler/compiler.jar \
|
||||||
--compiler_flags="--compilation_level=ADVANCED_OPTIMIZATIONS" \
|
--compiler_flags="--compilation_level=SIMPLE_OPTIMIZATIONS" \
|
||||||
--compiler_flags="--jscomp_warning=checkTypes" \
|
--compiler_flags="--jscomp_warning=checkTypes" \
|
||||||
--compiler_flags="--debug" \
|
--compiler_flags="--debug" \
|
||||||
--compiler_flags="--formatting=PRETTY_PRINT" \
|
--compiler_flags="--formatting=PRETTY_PRINT" \
|
||||||
|
|
Loading…
Reference in New Issue