nanos6: don't strip debug symbols

This commit is contained in:
Rodrigo Arias 2022-02-23 20:05:47 +01:00
parent df7c79f34b
commit 7d5e3f1845

View File

@ -51,6 +51,9 @@ stdenv.mkDerivation rec {
# disable all by default, which includes bindnow.
hardeningDisable = [ "all" ];
# Keep debug symbols in the verbose variant of the library
dontStrip = true;
buildInputs = [
autoreconfHook
autoconf