Skip to content

Commit

Permalink
Update flake.nix
Browse files Browse the repository at this point in the history
On my local machine, Unix makefiles is the chosen build option and does not use subdirectories of build/
  • Loading branch information
msprotz authored Dec 20, 2024
1 parent 3230442 commit 5df4c89
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 5df4c89

Please sign in to comment.