gwt-boot-modules icon indicating copy to clipboard operation
gwt-boot-modules copied to clipboard

Add profiles for development and production with default GWT compiler values

Open lofidewanto opened this issue 6 years ago • 0 comments

All compiler options: http://www.gwtproject.org/doc/latest/DevGuideCompilingAndDebugging.html

Following compiler values should be implemented with two profiles:

  • development -XmethodNameDisplayMode FULL

  • production -XdisableCastChecking

  • These options should not be turned on automatically, depends on your work: -generateJsInteropExports -logLevel -compileReport

lofidewanto avatar Apr 14 '18 10:04 lofidewanto