Skip to content

Commit

Permalink
feat: Cache debug artifacts (#3133)
Browse files Browse the repository at this point in the history
Co-authored-by: kevaundray <kevtheappdev@gmail.com>
  • Loading branch information
2 people authored and guipublic committed Oct 23, 2023
1 parent 6dd738f commit 5ff3cbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tooling/nargo_cli/src/cli/compile_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ fn compile_program(
} else {
None
};


// If we want to output the debug information then we need to perform a full recompilation of the ACIR.
let force_recompile =
Expand Down

0 comments on commit 5ff3cbe

Please sign in to comment.