From 2322b40a224a5554ca9cce5d6ce48c8cb4be1e1c Mon Sep 17 00:00:00 2001 From: Dmitry Bushev Date: Wed, 13 Mar 2024 14:31:52 +0000 Subject: [PATCH] Cleanup runtime project settings (#9398) Remove redundant compiler settings from the runtime project. --- build.sbt | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.sbt b/build.sbt index adb4b5f75b..434afce22a 100644 --- a/build.sbt +++ b/build.sbt @@ -1598,8 +1598,6 @@ lazy val runtime = (project in file("engine/runtime")) version := ensoVersion, commands += WithDebugCommand.withDebug, inConfig(Compile)(truffleRunOptionsSettings), - scalacOptions += "-Ymacro-annotations", - scalacOptions ++= Seq("-Ypatmat-exhaust-depth", "off"), libraryDependencies ++= GraalVM.langsPkgs ++ Seq( "org.apache.commons" % "commons-lang3" % commonsLangVersion, "org.apache.tika" % "tika-core" % tikaVersion,