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 7ff5d39 commit 4ef3bacCopy full SHA for 4ef3bac
build_system/src/config.rs
@@ -424,7 +424,7 @@ impl ConfigInfo {
424
rustflags.push("-Csymbol-mangling-version=v0".to_string());
425
}
426
427
- rustflags.push("-Cdebuginfo=2".to_string());
+
428
429
// Since we don't support ThinLTO, disable LTO completely when not trying to do LTO.
430
// TODO(antoyo): remove when we can handle ThinLTO.
0 commit comments