Hi,In the base.js I see---/*** @define {boolean} Overridden to true by the compiler when --closure_pass* or --mark_as_compiled is specified.*/var COMPILED = false;/*** @define {boolean} DEBUG is provided as a convenience so that debugging code* that should not be included in a production js_binary can be easily stripped* by specifying --define goog.DEBUG=false to the JSCompiler. For example, most* toString() methods should be declared inside an "if (goog.DEBUG)" conditional* because they are generally used for debugging purposes and it is difficult* for the JSCompiler to statically determine whether they are used.*/goog.DEBUG = true;---I didn't find mentioned options --closure_pass, --mark_as_compiled.I also tried --define='goog.DEBUG=false' --define='COMPILED=true' anyway in the compiled resultI getvar COMPILED=false;goog.DEBUG=trueHow to setup those defines?Thanx.--
---
You received this message because you are subscribed to the Google Groups "Closure Compiler Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to closure-compiler-d...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Yes, I'm using whitespace-only.Unfortunately, simple optimization mode doesn't work for me.
>>> email to closure-compiler-discuss+unsub...@googlegroups.com.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>>
>>
>>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "Closure Compiler Discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
--
---
You received this message because you are subscribed to the Google Groups "Closure Compiler Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to closure-compiler-discuss+unsub...@googlegroups.com.
Yes it occurs in advanced mode.
To unsubscribe from this group and stop receiving emails from it, send an email to closure-compiler-d...@googlegroups.com.