Enable debug symbols

(cherry picked from commit f46bc0e8eb079f7d2613bfabfbcff31f4401b42c)
This commit is contained in:
Eelco Dolstra 2020-02-15 21:30:26 +01:00
parent 8950ae95a4
commit 91030eae50
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

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