libredirect: Enable debug symbols
This commit is contained in:
parent
5ca0265505
commit
0afbd6c86a
1 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,11 @@ stdenv.mkDerivation rec {
|
|||
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 = ''
|
||||
runHook preInstall
|
||||
|
||||
|
|
Loading…
Reference in a new issue