From b6f588abcc21936059fd16460411a5c02c70c181 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sun, 10 Feb 2013 18:02:06 -0800 Subject: [PATCH] newui: use SIMPLE_OPTIMIZATION. turns out ADVANCED_OPTIMIZATIONS won't work without lots of pain and isn't worth it. Change-Id: I2313c2815f6264256d24f5ad176ca580eef6b2ad --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e160ec4c3..1604c50de 100644 --- a/Makefile +++ b/Makefile @@ -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" \