Merge pull request #181525 from alyssais/rust-debug
separateDebugInfo: enable full Rust debug info
This commit is contained in:
commit
c38de9b3f2
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
export NIX_SET_BUILD_ID=1
|
||||
export NIX_LDFLAGS+=" --compress-debug-sections=zlib"
|
||||
export NIX_CFLAGS_COMPILE+=" -ggdb -Wa,--compress-debug-sections"
|
||||
export RUSTFLAGS+=" -g"
|
||||
dontStrip=1
|
||||
|
||||
fixupOutputHooks+=(_separateDebugInfo)
|
||||
|
|
Loading…
Reference in a new issue