Skip to content

Commit

Permalink
disable separate debug info
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Theil <theil.markus@gmail.com>
  • Loading branch information
thillux authored and nikstur committed Jul 12, 2024
1 parent 5523410 commit 3162eed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/passthru-vendored.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
mkdir -p $out
find . -name "*.cdx.json" -execdir install {} $out/{} \;
'';
separateDebugInfo = false;
});
};
});
Expand Down

0 comments on commit 3162eed

Please sign in to comment.