Skip to content

Commit

Permalink
Merge pull request #313897 from alyssais/systemd-debug
Browse files Browse the repository at this point in the history
Reapply "systemd: enable debug info"
  • Loading branch information
flokli committed May 23, 2024
2 parents 044fbf6 + 573aa7d commit 74a8103
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/os-specific/linux/systemd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ stdenv.mkDerivation (finalAttrs: {
'';

outputs = [ "out" "dev" ] ++ (lib.optional (!buildLibsOnly) "man");
separateDebugInfo = true;

hardeningDisable = [
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111523
Expand Down

0 comments on commit 74a8103

Please sign in to comment.