Merge pull request #181639 from radhus/fix-pvgrub
grub2: fix build on pvgrub
Rick van Schijndel 3 years ago 385a38d1 8fecbf7d
··· 90 90 91 91 hardeningDisable = [ "all" ]; 92 92 93 93 - separateDebugInfo = true; 93 93 + separateDebugInfo = !xenSupport; 94 94 95 95 # Work around a bug in the generated flex lexer (upstream flex bug?) 96 96 NIX_CFLAGS_COMPILE = "-Wno-error";