Skip to content

Commit

Permalink
Disable precompilation
Browse files Browse the repository at this point in the history
  • Loading branch information
JLimperg committed Jan 14, 2025
1 parent 5ae28c0 commit 6990a81
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 = true # We would like to turn this on, but it breaks the Mathlib cache.
precompileModules = false # We would like to turn this on, but it breaks the Mathlib cache.

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

0 comments on commit 6990a81

Please sign in to comment.