nix flake: Don't strip debug symbols

This commit is contained in:
Olivier 'reivilibre' 2023-08-13 18:31:24 +01:00
parent e9c4400ea5
commit 9c3ea26ea6
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,10 @@
bash dev_db.sh
popd
'';
# Temporary, whilst we still need to occasionally rely on a debugger:
# don't strip debug symbols, at the cost of a much larger binary!
dontStrip = true;
};
buildInputs = with pkgs; [