Skip to content

Commit 6ab677e

Browse files
authored
Merge pull request scala#39 from retronym/topic/readme
Update README after change to enableOptimizer
2 parents e4b0262 + 3c8250e commit 6ab677e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ These additional settings are enabled by `scalaModuleSettings`:
5959
- POM and OSGi metadata
6060

6161
The following settings are also available:
62-
- `enableOptimizer` adds `-opt:l:classpath` or `-optimize` to `scalacOptions in (Compile, compile)`,
62+
- `enableOptimizer` adds `-opt-inline-from:<sources>` or `-opt:l:project` or `-optimize` to `scalacOptions in (Compile, compile)`,
6363
depending on the Scala version
6464
- `disablePublishing` is useful for multi-project builds for projects that should not be published
6565

0 commit comments

Comments
 (0)