Disable -optimise and -Xcheckinit compiler options

This commit is contained in:
Peter Vlugter 2011-02-02 08:53:29 +13:00
parent 09b7b1f3c1
commit cd6f27dc00

View file

@ -19,8 +19,8 @@ class AkkaParentProject(info: ProjectInfo) extends DefaultProject(info) {
val scalaCompileSettings =
Seq("-deprecation",
"-Xmigration",
"-Xcheckinit",
"-optimise",
//"-Xcheckinit",
//"-optimise",
"-Xwarninit",
"-encoding", "utf8")