Adding -optimise to the compile options

This commit is contained in:
Viktor Klang 2011-03-29 22:50:42 +02:00
parent f397beab64
commit 4dfb3eb3dc

View file

@ -19,7 +19,7 @@ class AkkaParentProject(info: ProjectInfo) extends DefaultProject(info) {
val scalaCompileSettings =
Seq("-deprecation",
"-Xmigration",
//"-optimise",
"-optimise",
"-encoding", "utf8")
val javaCompileSettings = Seq("-Xlint:unchecked")