You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the proguard.txt file inside the 1.3 All-in-One SDK, there is a configuration which sets the optimization pass to 10, as showed below.
-optimizationpasses 10
As a result, the compilation time of my project doubled(from 5 mins to 12mins), and I could not find a way to override it!
AFAIK, this is not a library's responsibility to config optimization pass, could you please explain why you add this, and is there any way to workaround this rule? Thanks.
The text was updated successfully, but these errors were encountered:
In the proguard.txt file inside the 1.3 All-in-One SDK, there is a configuration which sets the optimization pass to 10, as showed below.
-optimizationpasses 10
As a result, the compilation time of my project doubled(from 5 mins to 12mins), and I could not find a way to override it!
AFAIK, this is not a library's responsibility to config optimization pass, could you please explain why you add this, and is there any way to workaround this rule? Thanks.
The text was updated successfully, but these errors were encountered: