Enable debug symbols

This commit is contained in:
Eelco Dolstra 2020-02-15 21:30:26 +01:00
parent 553e584f92
commit f46bc0e8eb
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE
1 changed files with 2 additions and 0 deletions

View File

@ -135,6 +135,8 @@ let
doInstallCheck = true;
installCheckFlags = "sysconfdir=$(out)/etc";
separateDebugInfo = true;
});