We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9837e3 + 003a675 commit 47d65cbCopy full SHA for 47d65cb
vendors/circom/circomlib/build/compile_witness_generator.sh
@@ -12,6 +12,7 @@ function compile_witness_generator() {
12
cp ../../../iden3_circom/code_producers/src/c_elements/$2/* .
13
14
echo "Splitting source file into smaller pieces..."
15
+ rm part_*
16
./split_tool $1 --output_dir=. -- -std=c++11 -I../../external/llvm-project/clang/staging/include
17
18
echo "Compiling everything..."
0 commit comments