Disable -optimise and -Xcheckinit compiler options
This commit is contained in:
parent
09b7b1f3c1
commit
cd6f27dc00
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@ class AkkaParentProject(info: ProjectInfo) extends DefaultProject(info) {
|
|||
val scalaCompileSettings =
|
||||
Seq("-deprecation",
|
||||
"-Xmigration",
|
||||
"-Xcheckinit",
|
||||
"-optimise",
|
||||
//"-Xcheckinit",
|
||||
//"-optimise",
|
||||
"-Xwarninit",
|
||||
"-encoding", "utf8")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue