Skip to content

Commit

Permalink
use mold for faster linking
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Dec 5, 2024
1 parent 5edd857 commit b974f83
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions crypto3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
boost,
gdb,
lldb,
mold,
cmake_modules,
enableDebugging,
enableDebug ? false,
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
});
crypto3-clang-debug = (pkgs.callPackage ./crypto3.nix {
stdenv = pkgs.llvmPackages_19.stdenv;
runTests = false;
runTests = true;
enableDebug = true;
});
crypto3-clang-debug-tests = (pkgs.callPackage ./crypto3.nix {
Expand Down
1 change: 1 addition & 0 deletions parallel-crypto3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
boost,
gdb,
lldb,
mold,
cmake_modules,
enableDebugging,
enableDebug ? false,
Expand Down
1 change: 1 addition & 0 deletions proof-producer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
boost,
gdb,
lldb,
mold,
protobuf,
cmake_modules,
enableDebugging,
Expand Down

0 comments on commit b974f83

Please sign in to comment.