update lakefile to undeprecated moreServerOptions

This commit is contained in:
Kevin Buzzard
2024-01-24 22:38:38 +00:00
parent 923c4fb175
commit bc38caf177

View File

@@ -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]