Skip to content

Commit

Permalink
Merge pull request #557 from kroma-network/fix/witness_generator_tool…
Browse files Browse the repository at this point in the history
…_bug

fix(circom): delete old parts before splitting
  • Loading branch information
chokobole authored Nov 25, 2024
2 parents c9837e3 + 003a675 commit 47d65cb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ function compile_witness_generator() {
cp ../../../iden3_circom/code_producers/src/c_elements/$2/* .

echo "Splitting source file into smaller pieces..."
rm part_*
./split_tool $1 --output_dir=. -- -std=c++11 -I../../external/llvm-project/clang/staging/include

echo "Compiling everything..."
Expand Down

0 comments on commit 47d65cb

Please sign in to comment.