summaryrefslogtreecommitdiff
path: root/test/benchmarks/build.sbt
diff options
context:
space:
mode:
authorPerformant Data LLC <performantdata@users.noreply.github.com>2016-05-03 10:52:28 -0700
committerPerformant Data LLC <performantdata@users.noreply.github.com>2016-05-05 21:47:15 -0700
commit486821b845ccaa0d02dd402fb3532d6d82055015 (patch)
treebb69d34623533a7814661ce6d5b013db5e62f585 /test/benchmarks/build.sbt
parent00cbba19710b23f856f6c4a29e40a82a4ee364a9 (diff)
downloadscala-486821b845ccaa0d02dd402fb3532d6d82055015.tar.gz
scala-486821b845ccaa0d02dd402fb3532d6d82055015.tar.bz2
scala-486821b845ccaa0d02dd402fb3532d6d82055015.zip
Enable full compiler optimizations in JMH benchmarking.
Diffstat (limited to 'test/benchmarks/build.sbt')
-rw-r--r--test/benchmarks/build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/benchmarks/build.sbt b/test/benchmarks/build.sbt
index 2959e4986a..4806ecdde8 100644
--- a/test/benchmarks/build.sbt
+++ b/test/benchmarks/build.sbt
@@ -1,6 +1,6 @@
scalaHome := Some(file("../../build/pack"))
scalaVersion := "2.11.8"
-scalacOptions += "-feature"
+scalacOptions ++= Seq("-feature", "-Yopt:l:classpath")
lazy val root = (project in file(".")).
enablePlugins(JmhPlugin).