Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
Revert "refactor: switch to lakefile.toml"
Browse files Browse the repository at this point in the history
This reverts commit 771f304.
  • Loading branch information
hargoniX committed Jul 15, 2024
1 parent 3ef73fc commit b902133
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
22 changes: 22 additions & 0 deletions lakefile.lean
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
import Lake
open Lake DSL

package LeanSAT {
-- This is 32 MB stack size for threads, we need this for bitblasting very large formulas
moreGlobalServerArgs := #["--tstack=32000"]
}

@[test_driver]
lean_lib Test

lean_lib Eval

@[default_target]
lean_lib LeanSAT {
precompileModules := true
}

@[default_target]
lean_exe defaultExe {
root := `Main
}
17 changes: 0 additions & 17 deletions lakefile.toml

This file was deleted.

0 comments on commit b902133

Please sign in to comment.