mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
Enable debug symbols
This commit is contained in:
parent
553e584f92
commit
f46bc0e8eb
1 changed files with 2 additions and 0 deletions
|
@ -135,6 +135,8 @@ let
|
||||||
|
|
||||||
doInstallCheck = true;
|
doInstallCheck = true;
|
||||||
installCheckFlags = "sysconfdir=$(out)/etc";
|
installCheckFlags = "sysconfdir=$(out)/etc";
|
||||||
|
|
||||||
|
separateDebugInfo = true;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue