mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 17:23:59 +00:00
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:
parent
40f752397b
commit
b2cbbc1a9d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user