add global options to the games (disbable tactic.hygienic)

pull/68/head
Jon Eugster 2 years ago
parent 269acd4938
commit b6715bcbff

@ -6,9 +6,9 @@ require GameServer from ".."/"leanserver"
require mathlib from git
"https://github.com/leanprover-community/mathlib4.git"@"master"
package Adam
package Adam where
moreLeanArgs := #["-DautoImplicit=false", "-Dtactic.hygienic=false"]
moreServerArgs := #["-DautoImplicit=false", "-Dtactic.hygienic=false"]
@[default_target]
lean_lib Adam {
moreLeanArgs := #["-DautoImplicit=false"]
}
lean_lib Adam

@ -3,12 +3,12 @@ open Lake DSL
require GameServer from ".."/"leanserver"
require mathlib from git
"https://github.com/leanprover-community/mathlib4.git" @ "fc4a489c2af75f687338fe85c8901335360f8541"
package NNG
package NNG where
moreLeanArgs := #["-DautoImplicit=false", "-Dtactic.hygienic=false"]
moreServerArgs := #["-DautoImplicit=false", "-Dtactic.hygienic=false"]
@[default_target]
lean_lib NNG {
moreLeanArgs := #["-DautoImplicit=false"]
}
lean_lib NNG

Loading…
Cancel
Save