Bug 1041866 - Enable arithmetic optimization in proguard.cfg. r=mfinkle

Arithmetic optimization hasn't been a problem since Donut, so we're well past
the point of supporting it. Optimize away!
This commit is contained in:
Richard Newman 2014-07-23 08:34:00 -07:00
Родитель 40f752397b
Коммит b2cbbc1a9d
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -44,10 +44,6 @@
# http://proguard.sourceforge.net/manual/examples.html#androidapplication
#
# Switch off some optimizations that trip older versions of the Dalvik VM.
-optimizations !code/simplification/arithmetic
# Keep a fixed source file attribute and all line number tables to get line
# numbers in the stack traces.
# You can comment this out if you're not interested in stack traces.