Skip to content

Commit

Permalink
git: enable debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssais committed Mar 27, 2022
1 parent efd297a commit 4345b27
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -43,6 +43,7 @@ stdenv.mkDerivation {
};

outputs = [ "out" ] ++ lib.optional withManual "doc";
separateDebugInfo = true;

hardeningDisable = [ "format" ];

Expand Down

0 comments on commit 4345b27

Please sign in to comment.