We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f77ecd commit 6bb46eaCopy full SHA for 6bb46ea
build.sbt
@@ -13,9 +13,9 @@ val nixBuild = sys.props.isDefinedAt("nix")
13
val mantisDev = sys.props.get("mantisDev").contains("true") || sys.env.get("MANTIS_DEV").contains("true")
14
15
lazy val compilerOptimizationsForProd = Seq(
16
- "-opt:l:method", // method-local optimizations
17
- "-opt:l:inline", // inlining optimizations
18
- "-opt-inline-from:**" // inlining allowed to all classes
+ "-opt:l:method", // method-local optimizations
+ "-opt:l:inline", // inlining optimizations
+ "-opt-inline-from:io.iohk.**" // inlining the project only
19
)
20
21
// Releasing. https://github.com/olafurpg/sbt-ci-release
0 commit comments