From 3c8250e5e4ca849026a4bda3443bc6039bd6be24 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Thu, 1 Mar 2018 11:29:36 +1000 Subject: [PATCH] Update README after change to enableOptimizer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7653c1..56f52ff 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ These additional settings are enabled by `scalaModuleSettings`: - POM and OSGi metadata The following settings are also available: - - `enableOptimizer` adds `-opt:l:classpath` or `-optimize` to `scalacOptions in (Compile, compile)`, + - `enableOptimizer` adds `-opt-inline-from:` or `-opt:l:project` or `-optimize` to `scalacOptions in (Compile, compile)`, depending on the Scala version - `disablePublishing` is useful for multi-project builds for projects that should not be published