From 7a32e42b96abe43e814575be9aced505bc86c41e Mon Sep 17 00:00:00 2001 From: Guillaume Girol Date: Sat, 14 May 2022 12:00:00 +0000 Subject: [PATCH] grub2: separateDebugInfo = true --- pkgs/tools/misc/grub/2.0x.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/tools/misc/grub/2.0x.nix b/pkgs/tools/misc/grub/2.0x.nix index 745689e312f..f45116ddf22 100644 --- a/pkgs/tools/misc/grub/2.0x.nix +++ b/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";