Skip to content

Commit

Permalink
remove debug info from emitting
Browse files Browse the repository at this point in the history
  • Loading branch information
mubarak23 committed Mar 19, 2024
1 parent 7ff5d39 commit 4ef3bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_system/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ impl ConfigInfo {
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.
// TODO(antoyo): remove when we can handle ThinLTO.
Expand Down

0 comments on commit 4ef3bac

Please sign in to comment.