Skip to content

Commit

Permalink
fix(nix): Disable ASM & ADX when building in Nix (#327)
Browse files Browse the repository at this point in the history
* fix(nix): Disable ASM & ADX when building in Nix

* Empty-Commit

---------

Co-authored-by: kevaundray <[email protected]>
  • Loading branch information
phated and kevaundray authored Apr 6, 2023
1 parent 486d738 commit 3bc724d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions barretenberg.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ buildEnv.mkDerivation
cmakeFlags = [
"-DTESTING=OFF"
"-DBENCHMARKS=OFF"
"-DDISABLE_ASM=ON"
"-DDISABLE_ADX=ON"
"-DCMAKE_TOOLCHAIN_FILE=${toolchain_file}"
"-DCMAKE_BUILD_TYPE=RelWithAssert"
];
Expand Down

0 comments on commit 3bc724d

Please sign in to comment.