Skip to content

Commit

Permalink
use ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Sep 3, 2024
1 parent d8bbd4b commit 7e480bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto3/crypto3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ in stdenv.mkDerivation {
(if enableDebug then "-DCMAKE_BUILD_TYPE=Debug" else "-DCMAKE_BUILD_TYPE=Release")
(if enableDebug then "-DCMAKE_CXX_FLAGS=-ggdb" else "")
(if enableDebug then "-DCMAKE_CXX_FLAGS=-O0" else "")
"-G Ninja"
];

doCheck = runTests; # tests are inside crypto3-tests derivation
Expand Down

0 comments on commit 7e480bd

Please sign in to comment.