diff options
| author | Richard Lin | 2016-11-29 16:37:13 -0800 |
|---|---|---|
| committer | GitHub | 2016-11-29 16:37:13 -0800 |
| commit | 7680363982b02f53e9f76f5d5e242e44f17da6f7 (patch) | |
| tree | 1b68e829fa8503440fcc564ea8d26207b7e2fb88 /build.sbt | |
| parent | edb19a0559686a471141c74438f677c1e217a298 (diff) | |
Add feature warnings to build, fix feature warnings, fix some documentation (#387)
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |
