remove debug info from emitting
This commit is contained in:
parent
7ff5d39980
commit
4ef3bac2a6
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ impl ConfigInfo {
|
||||||
rustflags.push("-Csymbol-mangling-version=v0".to_string());
|
rustflags.push("-Csymbol-mangling-version=v0".to_string());
|
||||||
}
|
}
|
||||||
|
|
||||||
rustflags.push("-Cdebuginfo=2".to_string());
|
|
||||||
|
|
||||||
// Since we don't support ThinLTO, disable LTO completely when not trying to do LTO.
|
// Since we don't support ThinLTO, disable LTO completely when not trying to do LTO.
|
||||||
// TODO(antoyo): remove when we can handle ThinLTO.
|
// TODO(antoyo): remove when we can handle ThinLTO.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue