Skip to content

Commit

Permalink
update lakefile to undeprecated moreServerOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
kbuzzard committed Jan 24, 2024
1 parent 923c4fb commit bc38caf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ package Game where
"-Dtactic.hygienic=false",
"-Dlinter.unusedVariables.funArgs=false",
"-Dtrace.debug=false"]
moreServerArgs := #[
"-Dtactic.hygienic=false",
"-Dlinter.unusedVariables.funArgs=true",
"-Dtrace.debug=true"]
moreServerOptions := #[
`tactic.hygienic, false,
`linter.unusedVariables.funArgs, true,
`trace.debug, true]
weakLeanArgs := #[]

@[default_target]
Expand Down

0 comments on commit bc38caf

Please sign in to comment.