From 4dfb3eb3dca1659c973e9d8a71f9626aedf470cc Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Tue, 29 Mar 2011 22:50:42 +0200 Subject: [PATCH] Adding -optimise to the compile options --- project/build/AkkaProject.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build/AkkaProject.scala b/project/build/AkkaProject.scala index 0c3466f259..621c945653 100644 --- a/project/build/AkkaProject.scala +++ b/project/build/AkkaProject.scala @@ -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")