Skip to content

Commit

Permalink
Enable precompilation
Browse files Browse the repository at this point in the history
  • Loading branch information
JLimperg committed Nov 14, 2024
1 parent 35eeaec commit eb3e83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lakefile.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "aesop"
defaultTargets = ["Aesop"]
testDriver = "AesopTest"
precompileModules = false # We would like to turn this on, but it breaks the Mathlib cache.
precompileModules = true # We would like to turn this on, but it breaks the Mathlib cache.

[[require]]
name = "batteries"
Expand Down

0 comments on commit eb3e83c

Please sign in to comment.