mirror of
https://github.com/arnaucube/circom.git
synced 2026-02-07 03:06:42 +01:00
c to cpp
This commit is contained in:
@@ -134,7 +134,7 @@ async function compile(srcFile, options) {
|
||||
measures.generateC = -performance.now();
|
||||
ctx.builder = new BuilderC(options.prime, ctx.verbose);
|
||||
build(ctx);
|
||||
await ctx.builder.build(options.cSourceFile);
|
||||
await ctx.builder.build(options.cSourceFile, options.dataFile);
|
||||
measures.generateC += performance.now();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user