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

Updates scalac flags to be optimal #28

Merged
merged 1 commit into from
Feb 17, 2022

Conversation

mdedetrich
Copy link
Contributor

This PR updates the flags so they are more optimal. Of note are the

  "-opt-inline-from:<sources>",
  "-opt:l:method"

Flags which according to scalac documentation is the recommended and safe in-lining option for scala libraries for 2.12/2.13

@johanandren johanandren merged commit cc03506 into johanandren:main Feb 17, 2022
@mdedetrich mdedetrich deleted the add-optimal-scalac-flags branch February 17, 2022 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants