diff options
| author | Patrick | 2026-02-22 23:46:17 +0100 |
|---|---|---|
| committer | Patrick | 2026-02-22 23:46:17 +0100 |
| commit | c33fc551bff0499f6f697a1560806458ee7f2591 (patch) | |
| tree | 4da78c4154e4b20a39f04987ddd2fc4487b7fede /common.nix | |
| parent | e290734982aef1642e7cc541cb78acfda21081d4 (diff) | |
| download | ps-cgit.tar.gz ps-cgit.zip | |
rever debugging changesps-cgit
Diffstat (limited to 'common.nix')
| -rw-r--r-- | common.nix | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -41,11 +41,11 @@ stdenv.mkDerivation { passthru ; - separateDebugInfo = true; - - dontPatchELF = true; - dontStrip = true; - dontShrinkRpath = true; + # separateDebugInfo = true; + # + # dontPatchELF = true; + # dontStrip = true; + # dontShrinkRpath = true; nativeBuildInputs = [ pkg-config |
