grub2: separateDebugInfo = true

main
Guillaume Girol 2 years ago
parent d2fc685682
commit 7a32e42b96
  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