diff options
author | Kenny Root <kenny@the-b.org> | 2009-07-09 15:09:40 +0000 |
---|---|---|
committer | Kenny Root <kenny@the-b.org> | 2009-07-09 15:09:40 +0000 |
commit | ffd51b54f79e7de61ae9eef276ca5a3af0594d67 (patch) | |
tree | 8a04606953752f6dbbf39ba56bd37cbe419833b9 /build.xml | |
parent | 01bd0c7825c29744b20c9fbf6513d51118e80e2a (diff) | |
download | connectbot-ffd51b54f79e7de61ae9eef276ca5a3af0594d67.tar.gz connectbot-ffd51b54f79e7de61ae9eef276ca5a3af0594d67.tar.bz2 connectbot-ffd51b54f79e7de61ae9eef276ca5a3af0594d67.zip |
Go faster
* Remove checkBounds from vt320 which masks bugs
* Inline markLine since we have no JIT to forklift it
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@362 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -186,14 +186,16 @@ -libraryjars ${android-jar} -dontskipnonpubliclibraryclasses -dontobfuscate - -dontoptimize + -optimizations method/inlining/*,code/removal/* + -optimizationpasses 3 + -allowaccessmodification -printusage ${out-folder}/proguard.usage -keep public class * extends android.app.Activity -keep public class * extends android.app.Service -keep class org.connectbot.** -keep public class com.trilead.ssh2.compression.* - -keep public class com.trilead.ssh2.crypto.cipher.* + -keep public class com.trilead.ssh2.crypto.* </proguard> </target> |