Skip to content

Commit d64e032

Browse files
committed
f
1 parent 3436198 commit d64e032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blake3.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
src = ./.;
3838
roots = ["Blake3"];
3939
linkFlags = ["-Wl,--whole-archive" "-L${blake3-c}/lib" "-lblake3" "-Wl,--no-whole-archive"];
40-
#groupStaticLibs = true;
40+
groupStaticLibs = true;
4141
};
4242

4343
blake3-test = pkgs.lean.buildLeanPackage {

0 commit comments

Comments
 (0)