Skip to content

Commit 4ef3bac

Browse files
committed
remove debug info from emitting
1 parent 7ff5d39 commit 4ef3bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build_system/src/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ impl ConfigInfo {
424424
rustflags.push("-Csymbol-mangling-version=v0".to_string());
425425
}
426426

427-
rustflags.push("-Cdebuginfo=2".to_string());
427+
428428

429429
// Since we don't support ThinLTO, disable LTO completely when not trying to do LTO.
430430
// TODO(antoyo): remove when we can handle ThinLTO.

0 commit comments

Comments
 (0)