google / webcrypto.dart

Cross-platform implementation of Web Cryptography APIs
https://pub.dev/packages/webcrypto
Apache License 2.0
71 stars 43 forks source link

Figure out how to enable LTO on Android #95

Open jonasfj opened 3 months ago

jonasfj commented 3 months ago

The attempt in https://github.com/google/webcrypto.dart/pull/52 caused regression in https://github.com/google/webcrypto.dart/issues/80.

Thus it was reverted in https://github.com/google/webcrypto.dart/pull/94.

Ideas for how to enable and properly test LTO for Android are welcome.