Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all-in-one sdk proguard optimization pass doubles the compilation time #4

Open
alfiewm opened this issue Sep 1, 2020 · 0 comments
Open

Comments

@alfiewm
Copy link

alfiewm commented Sep 1, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant