nanos6: don't strip debug symbols
This commit is contained in:
parent
df7c79f34b
commit
7d5e3f1845
@ -51,6 +51,9 @@ stdenv.mkDerivation rec {
|
|||||||
# disable all by default, which includes bindnow.
|
# disable all by default, which includes bindnow.
|
||||||
hardeningDisable = [ "all" ];
|
hardeningDisable = [ "all" ];
|
||||||
|
|
||||||
|
# Keep debug symbols in the verbose variant of the library
|
||||||
|
dontStrip = true;
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
autoreconfHook
|
autoreconfHook
|
||||||
autoconf
|
autoconf
|
||||||
|
Loading…
Reference in New Issue
Block a user