Skip to content

Commit

Permalink
g0
Browse files Browse the repository at this point in the history
  • Loading branch information
oflatt committed Nov 12, 2024
1 parent 86b8a4a commit d3699c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1080,6 +1080,7 @@ impl Run {
expect_command_success(
Command::new("clang-18")
.arg(processed.clone())
.arg("-g0")
.arg(format!("-{}", llvm_level))
.arg("-fno-vectorize")
.arg("-fno-slp-vectorize")
Expand All @@ -1096,6 +1097,7 @@ impl Run {
Command::new("clang-18")
.current_dir(output_dir)
.arg(processed)
.arg("-g0")
.arg(format!("-{}", llvm_level))
.arg("-fno-vectorize")
.arg("-fno-slp-vectorize")
Expand Down

0 comments on commit d3699c4

Please sign in to comment.