Skip to content

Commit

Permalink
remove --no-timings from charge llir
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacherr committed Jul 4, 2024
1 parent 9cd2956 commit 499ecd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assyst-core/src/command/misc/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pub async fn charge(ctxt: CommandCtxt<'_>, script: Codeblock, flags: ChargeFlags
};

if flags.llir {
flags_string += " --print-llir-only --no-timings"
flags_string += " --print-llir-only"
}

flags_string += &format!(" -O{}", flags.opt);
Expand Down

0 comments on commit 499ecd4

Please sign in to comment.