switch back to ADVANCED as default now that you have the option to change it


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/9262e10e
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/9262e10e
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/9262e10e

Branch: refs/heads/develop
Commit: 9262e10e49bead9fdecb8514f9b9c730efa5e2df
Parents: 3fbaa89
Author: Alex Harui <aha...@apache.org>
Authored: Wed Oct 21 12:23:09 2015 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Wed Oct 21 12:23:09 2015 -0700

----------------------------------------------------------------------
 .../org/apache/flex/compiler/utils/JSClosureCompilerWrapper.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/9262e10e/compiler.jx/src/org/apache/flex/compiler/utils/JSClosureCompilerWrapper.java
----------------------------------------------------------------------
diff --git 
a/compiler.jx/src/org/apache/flex/compiler/utils/JSClosureCompilerWrapper.java 
b/compiler.jx/src/org/apache/flex/compiler/utils/JSClosureCompilerWrapper.java
index 03ca077..456c7f7 100644
--- 
a/compiler.jx/src/org/apache/flex/compiler/utils/JSClosureCompilerWrapper.java
+++ 
b/compiler.jx/src/org/apache/flex/compiler/utils/JSClosureCompilerWrapper.java
@@ -158,7 +158,7 @@ public class JSClosureCompilerWrapper
                        hasWarningLevel = true;
        }
        if (!hasCompilationLevel)
-               CompilationLevel.WHITESPACE_ONLY.setOptionsForCompilationLevel(
+               
CompilationLevel.ADVANCED_OPTIMIZATIONS.setOptionsForCompilationLevel(
                 options_);
         
        if (!hasWarningLevel)

Reply via email to