We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e6c2d commit 6ad9ee9Copy full SHA for 6ad9ee9
crates/cargo-codspeed/src/build.rs
@@ -115,7 +115,7 @@ impl BuildOptions<'_> {
115
rust_flags.push_str(" -C debuginfo=2");
116
117
// Add the codspeed cfg flag if instrumentation mode is enabled
118
- if *measurement_mode == MeasurementMode::Instrumentation {
+ if measurement_mode == MeasurementMode::Instrumentation {
119
rust_flags.push_str(" --cfg codspeed");
120
}
121
cargo.env("RUSTFLAGS", rust_flags);
0 commit comments