Skip to content

Commit

Permalink
Sample usage
Browse files Browse the repository at this point in the history
  • Loading branch information
som-snytt committed Jan 7, 2025
1 parent 4c58507 commit 9fac2ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,9 @@ object Build {
"-deprecation",
"-unchecked",
//"-Wconf:cat=deprecation&msg=Unsafe:s", // example usage
"-Xfatal-warnings", // -Werror in modern usage
"-Werror",
//"-Wunused:all",
//"-rewrite", // requires -Werror:false since no rewrites are applied with errors
"-encoding", "UTF8",
"-language:implicitConversions",
),
Expand Down

0 comments on commit 9fac2ae

Please sign in to comment.