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:
Brad Fitzpatrick 2013-02-10 18:02:06 -08:00
parent 1f31c21cec
commit b6f588abcc
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ $(NEWUIDIR)/all.js: $(NEWUIDIR)/blob_item.js $(NEWUIDIR)/blob_item_container.js
--namespace="camlistore.IndexPage" \
--output_mode=compiled \
--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="--debug" \
--compiler_flags="--formatting=PRETTY_PRINT" \