Skip to content

Commit

Permalink
Nix: don't strip debug symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Jun 17, 2024
1 parent ea8fd1d commit d4c71b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ stdenv.mkDerivation {

outputs = ["out" "dev"];

cmakeBuildType = "RelWithDebInfo";

dontStrip = true;

meta = with lib; {
homepage = "https://github.com/hyprwm/hyprutils";
description = "Small C++ library for utilities used across the Hypr* ecosystem";
Expand Down

0 comments on commit d4c71b9

Please sign in to comment.