grub2: separateDebugInfo = true
This commit is contained in:
parent
d2fc685682
commit
7a32e42b96
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue