nix flake: Don't strip debug symbols
This commit is contained in:
parent
e9c4400ea5
commit
9c3ea26ea6
|
@ -56,6 +56,10 @@
|
||||||
bash dev_db.sh
|
bash dev_db.sh
|
||||||
popd
|
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; [
|
buildInputs = with pkgs; [
|
||||||
|
|
Loading…
Reference in New Issue