Merge pull request #173057 from symphorien/grub-debuginfo

grub2: separateDebugInfo = true
main
Rick van Schijndel 2 years ago committed by GitHub
commit 4250203e7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/tools/misc/grub/2.0x.nix

@ -90,6 +90,8 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "all" ];
separateDebugInfo = true;
# Work around a bug in the generated flex lexer (upstream flex bug?)
NIX_CFLAGS_COMPILE = "-Wno-error";

Loading…
Cancel
Save