From cd6f27dc0087d789d41f6038d2157eef08a3c5c1 Mon Sep 17 00:00:00 2001 From: Peter Vlugter Date: Wed, 2 Feb 2011 08:53:29 +1300 Subject: [PATCH] Disable -optimise and -Xcheckinit compiler options --- project/build/AkkaProject.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/build/AkkaProject.scala b/project/build/AkkaProject.scala index 4cc2805a05..c6c9b0ed46 100644 --- a/project/build/AkkaProject.scala +++ b/project/build/AkkaProject.scala @@ -19,8 +19,8 @@ class AkkaParentProject(info: ProjectInfo) extends DefaultProject(info) { val scalaCompileSettings = Seq("-deprecation", "-Xmigration", - "-Xcheckinit", - "-optimise", + //"-Xcheckinit", + //"-optimise", "-Xwarninit", "-encoding", "utf8")