Commit 300ba93
committed
build.sbt: Rework scalacOptions
Add scalacOptions which have proved useful in the ScalaNative build
itself. The options here are not exactly the same. For example,
this build uses, rightly, -Yno-unused-imports.
Tested manually. No fatal or warning messages were found whilst building
the current code base. Enabling these options should help keep deprecation
warnings & such from unintentionally creeping in as the code base
evolves.
No documentation impact.1 parent dd95090 commit 300ba93
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
38 | 41 | | |
39 | | - | |
40 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
| |||
0 commit comments