aboutsummaryrefslogtreecommitdiff
path: root/stage1/Stage1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'stage1/Stage1.scala')
-rw-r--r--stage1/Stage1.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage1/Stage1.scala b/stage1/Stage1.scala
index 1059647..d7081dd 100644
--- a/stage1/Stage1.scala
+++ b/stage1/Stage1.scala
@@ -101,7 +101,7 @@ object Stage1{
stage2sourceFiles, stage2Target, stage2StatusFile,
cbtDependency.dependencyClasspath,
mavenCache,
- Seq("-deprecation"), classLoaderCache,
+ Seq("-deprecation","-feature","-unchecked"), classLoaderCache,
zincVersion = "0.3.9", scalaVersion = constants.scalaVersion
)