Skip to content

Commit

Permalink
Check circuit is woests and comments left
Browse files Browse the repository at this point in the history
  • Loading branch information
Rumata888 committed Apr 21, 2023
1 parent 06f4f89 commit d13eab4
Show file tree
Hide file tree
Showing 5 changed files with 458 additions and 80 deletions.
1 change: 1 addition & 0 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ endif()
if(ENABLE_ASAN)
add_compile_options(-fsanitize=address)
add_link_options(-fsanitize=address)
set(DISABLE_ASM ON)
endif()

if(SERIALIZE_CANARY)
Expand Down
2 changes: 1 addition & 1 deletion cpp/src/barretenberg/proof_system/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
barretenberg_module(proof_system polynomials crypto_generators)
barretenberg_module(proof_system polynomials crypto_generators plonk)
Loading

0 comments on commit d13eab4

Please sign in to comment.