Use all available optimizations
This commit is contained in:
parent
bb363b7fbc
commit
c9624c9762
|
@ -64,7 +64,6 @@ subprojects {
|
|||
} else libraryjars("$homeDir/lib/rt.jar")
|
||||
// Note: dontpreverify() should NOT be used, it will cause errors at runtime
|
||||
useuniqueclassmembernames()
|
||||
optimizations("!code/simplification/object")
|
||||
optimizationpasses(4)
|
||||
overloadaggressively()
|
||||
mergeinterfacesaggressively()
|
||||
|
|
Loading…
Reference in New Issue