Skip to content

Commit

Permalink
Merge pull request #728 from msprotz/patch-2
Browse files Browse the repository at this point in the history
Update flake.nix
  • Loading branch information
franziskuskiefer authored Dec 20, 2024
2 parents 3230442 + 5df4c89 commit a605166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@
-DCMAKE_SHARED_LINKER_FLAGS="-fuse-ld=mold" \
-G "Ninja Multi-Config" -B build
cmake --build build --config Release
build/ml_kem_test
build/sha3_test
build/Release/ml_kem_test
build/Release/sha3_test
rm -rf build/_deps
'';
checkPhase = ''
Expand Down

0 comments on commit a605166

Please sign in to comment.