bash: add debug info
This commit is contained in:
parent
0a8262f943
commit
c9a88f969d
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
outputs = [ "out" "dev" "man" "doc" "info" ];
|
||||
|
||||
separateDebugInfo = true;
|
||||
|
||||
NIX_CFLAGS_COMPILE = ''
|
||||
-DSYS_BASHRC="/etc/bashrc"
|
||||
-DSYS_BASH_LOGOUT="/etc/bash_logout"
|
||||
|
|
Loading…
Reference in a new issue