grub2: separateDebugInfo = true
This commit is contained in:
parent
d2fc685682
commit
7a32e42b96
@ -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…
Reference in New Issue
Block a user