Skip to content

Commit a5478a8

Browse files
add precompile flag to build (#14)
1 parent b996cd9 commit a5478a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lakefile.lean

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ open Lake DSL
55
package Blake3
66

77
@[default_target]
8-
lean_lib Blake3
8+
lean_lib Blake3 where
9+
precompileModules := true
910

1011
@[test_driver]
1112
lean_exe Blake3Test

0 commit comments

Comments
 (0)