~jan0sch/smederee

Showing details for patch 1412aa86352b8d4ea17c0905047115d03a80c893.
2023-02-18 (Sat), 11:41 AM - Jens Grassel - 1412aa86352b8d4ea17c0905047115d03a80c893

SBT: Add `-explain` compiler flag.

Summary of changes
1 files modified with 1 lines added and 0 lines removed
  • build.sbt with 1 added and 0 removed lines
diff -rN -u old-smederee/build.sbt new-smederee/build.sbt
--- old-smederee/build.sbt	2025-01-31 16:42:59.607731381 +0000
+++ new-smederee/build.sbt	2025-01-31 16:42:59.607731381 +0000
@@ -19,6 +19,7 @@
     organizationName := "Contributors as noted in the AUTHORS.md file",
     scalacOptions ++= Seq(
         "-deprecation",
+        "-explain",
         "-explain-types",
         "-feature",
         "-language:higherKinds",