diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2011-09-15 19:25:52 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2011-09-15 19:25:52 +0200 |
| commit | a9385080a18266b97ca290f0990f705c6ef03074 (patch) | |
| tree | 86e94b6cef800978c99b89d3dcce8de9cf21ce9e | |
| parent | 411347b882f533f2bf899c5f523dc9a58fa03070 (diff) | |
| download | cgeo-a9385080a18266b97ca290f0990f705c6ef03074.zip cgeo-a9385080a18266b97ca290f0990f705c6ef03074.tar.gz cgeo-a9385080a18266b97ca290f0990f705c6ef03074.tar.bz2 | |
Adjust proguard settings
Two optimization passes are enough (3kB difference on the final
file) and take much less time. Also, reduce verbosity.
| -rw-r--r-- | proguard.cfg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/proguard.cfg b/proguard.cfg index e26579c..ab64d37 100644 --- a/proguard.cfg +++ b/proguard.cfg @@ -1,9 +1,8 @@ --optimizationpasses 5 +-optimizationpasses 2 -dontpreverify -dontobfuscate -allowaccessmodification -optimizations !code/simplification/arithmetic,!code/allocation/variable --verbose -dontwarn org.mapsforge.android.maps.Test* |
