We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
with bazel's approach, this new inlining flag is probably the only safe way to go:
-opt-inline-from:<sources>
scala/scala#5989
it replaces -opt:l:project which is being deprecated. See thread: https://contributors.scala-lang.org/t/upcoming-scala-releases-2-12-3-and-2-13-0-m1/955/3
-opt:l:project
The text was updated successfully, but these errors were encountered:
No branches or pull requests
with bazel's approach, this new inlining flag is probably the only safe way to go:
-opt-inline-from:<sources>
scala/scala#5989
it replaces
-opt:l:project
which is being deprecated. See thread:https://contributors.scala-lang.org/t/upcoming-scala-releases-2-12-3-and-2-13-0-m1/955/3
The text was updated successfully, but these errors were encountered: