Guillaume Laforge wrote
> Are the optimization flags hard-coded?
> CompilerConfiguration has those get/setOptimizationOptions, but also
> get/setJointCompilationOptions, as well as other ones like
> get/setCompilationCustomizers, get/setScriptExtensions,
> get/setScriptBaseClass, and so on.
> Those options should be available? If not, they should be IMHO.

We currently support arbitrary optimization options, selected joint
compilation options (`stubDir` and `keepStubs`; not sure if there are
others), and none of the other options you mentioned. We wouldn't be able to
support implementing compilation customizers straight in the build script
(can't be serialized to compiler daemon), but it should be possible to
support something like `--configscript`.

Cheers,
Peter





--
View this message in context: 
http://gradle.1045684.n5.nabble.com/Re-groovy-user-Gradle-with-configscript-tp5711600p5711627.html
Sent from the gradle-dev mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to