Skip to content

Commit c3b2c1d

Browse files
committed
yul args
1 parent c7c5872 commit c3b2c1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/transpiler/src/main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ void print_sol_files(ConstraintSystemType &constraint_system, ColumnsRotationsTy
7575
constraint_system,
7676
columns_rotations,
7777
out_folder_path,
78-
optimize_gates
78+
optimize_gates,
79+
generate_yul
7980
);
8081
}
8182

0 commit comments

Comments
 (0)