summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorRichard Lin2016-11-29 16:37:13 -0800
committerGitHub2016-11-29 16:37:13 -0800
commit7680363982b02f53e9f76f5d5e242e44f17da6f7 (patch)
tree1b68e829fa8503440fcc564ea8d26207b7e2fb88 /build.sbt
parentedb19a0559686a471141c74438f677c1e217a298 (diff)
Add feature warnings to build, fix feature warnings, fix some documentation (#387)
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index ba629250..2ce1f523 100644
--- a/build.sbt
+++ b/build.sbt
@@ -19,7 +19,7 @@ lazy val commonSettings = Seq (
git.remoteRepo := "git@github.com:ucb-bar/chisel3.git",
autoAPIMappings := true,
scalaVersion := "2.11.7",
- scalacOptions := Seq("-deprecation")
+ scalacOptions := Seq("-deprecation", "-feature")
)
val defaultVersions = Map("firrtl" -> "1.1-SNAPSHOT")