mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Disable code/allocation optimization in Proguard as it seems to cause a VerifyError on CM10 (?)
git-svn-id: https://zxing.googlecode.com/svn/trunk@2422 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
4b24b57c06
commit
ce6ed08823
|
@ -10,7 +10,7 @@
|
|||
# be complete or up to date. (The "arithmetic" optimization can be
|
||||
# used if you are only targeting Android 2.0 or later.) Make sure you
|
||||
# test thoroughly if you go this route.
|
||||
-optimizations !code/simplification/cast,!field/*,!class/merging/*
|
||||
-optimizations !code/simplification/cast,!code/allocation/*,!field/*,!class/merging/*
|
||||
-optimizationpasses 5
|
||||
-allowaccessmodification
|
||||
-dontpreverify
|
||||
|
|
Loading…
Reference in a new issue