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 b1e1512 commit 9c6a5a8Copy full SHA for 9c6a5a8
crates/cargo-codspeed/src/app.rs
@@ -41,7 +41,7 @@ enum Commands {
41
42
pub fn get_cargo_config() -> Result<Config> {
43
let mut rustflags = std::env::var("RUSTFLAGS").unwrap_or_else(|_| "".into());
44
- rustflags.push_str(" --cfg codspeed");
+ rustflags.push_str(" -g --cfg codspeed");
45
std::env::set_var("RUSTFLAGS", &rustflags);
46
Config::default()
47
}
0 commit comments