e7570bb9cf
stack traces impossible. * When stripping all symbols on Darwin, don't use the "-s" flag since it has a completely different meaning (it takes an argument specifying a file containing a list of symbols). svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10809
7 lines
183 B
Bash
7 lines
183 B
Bash
export NIX_ENFORCE_PURITY=
|
|
export NIX_DONT_SET_RPATH=1
|
|
export NIX_NO_SELF_RPATH=1
|
|
dontFixLibtool=1
|
|
NIX_STRIP_DEBUG=0
|
|
stripAllFlags=" " # the Darwin "strip" command doesn't know "-s"
|