grub2: separateDebugInfo = true

This commit is contained in:
Guillaume Girol 2022-05-14 12:00:00 +00:00
parent d2fc685682
commit 7a32e42b96

View file

@ -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";