aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-07-09 15:09:40 +0000
committerKenny Root <kenny@the-b.org>2009-07-09 15:09:40 +0000
commitffd51b54f79e7de61ae9eef276ca5a3af0594d67 (patch)
tree8a04606953752f6dbbf39ba56bd37cbe419833b9 /build.xml
parent01bd0c7825c29744b20c9fbf6513d51118e80e2a (diff)
downloadconnectbot-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.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 61a492f..9e13f7d 100644
--- a/build.xml
+++ b/build.xml
@@ -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>