mirror of
https://github.com/arnaucube/circom.git
synced 2026-02-07 03:06:42 +01:00
Fix: include allways reduce constants
This commit is contained in:
@@ -77,8 +77,8 @@ async function compile(srcFile, options) {
|
|||||||
|
|
||||||
classifySignals(ctx);
|
classifySignals(ctx);
|
||||||
|
|
||||||
|
reduceConstants(ctx);
|
||||||
if (options.reduceConstraints) {
|
if (options.reduceConstraints) {
|
||||||
reduceConstants(ctx);
|
|
||||||
|
|
||||||
// Repeat while reductions are performed
|
// Repeat while reductions are performed
|
||||||
let oldNConstrains = -1;
|
let oldNConstrains = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user