remove debug info from emitting
This commit is contained in:
parent
7ff5d39980
commit
4ef3bac2a6
@ -424,7 +424,7 @@ pub fn setup(
|
|||||||
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…
Reference in New Issue
Block a user