disable mergeinterfacesaggressively for jit performance

This commit is contained in:
Leijurv
2018-09-19 20:12:27 -07:00
parent 2e63ac41d9
commit 139d05d93f

1
proguard.pro vendored
View File

@ -9,7 +9,6 @@
-verbose -verbose
-allowaccessmodification # anything not kept can be changed from public to private and inlined etc -allowaccessmodification # anything not kept can be changed from public to private and inlined etc
-mergeinterfacesaggressively
-overloadaggressively -overloadaggressively
-dontusemixedcaseclassnames -dontusemixedcaseclassnames