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.
1 parent 47d65cb commit 1b00fe2Copy full SHA for 1b00fe2
vendors/circom/circomlib/build/compile_witness_generator.sh
@@ -12,7 +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_*
+ rm -f 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