mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
hyprpicker: Don't strip debug builds and add separateDebugInfo otherwise
(cherry picked from commit 235b0a649a)
This commit is contained in:
committed by
github-actions[bot]
parent
37de78bc45
commit
a1ad58462c
@@ -29,7 +29,10 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
|
||||
hash = "sha256-ABumeksE8Bvtdb6g4vJ2jA9BLlYHnXU86VAuKJhBPoY=";
|
||||
};
|
||||
|
||||
cmakeBuildType = if debug then "Debug" else "Release";
|
||||
cmakeBuildType = if debug then "Debug" else "RelWithDebInfo";
|
||||
|
||||
dontStrip = debug;
|
||||
separateDebugInfo = !debug;
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
|
||||
Reference in New Issue
Block a user