mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
libredirect: Enable debug symbols
This commit is contained in:
parent
5ca0265505
commit
0afbd6c86a
@ -28,6 +28,11 @@ stdenv.mkDerivation rec {
|
|||||||
runHook postBuild
|
runHook postBuild
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# We want to retain debugging info to be able to use GDB on libredirect.so
|
||||||
|
# to more easily investigate which function overrides are missing or why
|
||||||
|
# existing ones do not have the intended effect.
|
||||||
|
dontStrip = true;
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user