This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -optimizationpasses 5 | |
| #When not preverifing in a case-insensitive filing system, such as Windows. Because this tool unpacks your processed jars, you should then use: | |
| -dontusemixedcaseclassnames | |
| #Specifies not to ignore non-public library classes. As of version 4.5, this is the default setting | |
| -dontskipnonpubliclibraryclasses | |
| #Preverification is irrelevant for the dex compiler and the Dalvik VM, so we can switch it off with the -dontpreverify option. | |
| -dontpreverify |