mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
perf: separateDebugInfo = true
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
cbf6fa3cc7
commit
2fa6cd257d
@ -49,6 +49,7 @@ stdenv.mkDerivation {
|
||||
"-Wno-error=unused-const-variable" "-Wno-error=misleading-indentation"
|
||||
];
|
||||
|
||||
separateDebugInfo = true;
|
||||
installFlags = "install install-man ASCIIDOC8=1";
|
||||
|
||||
preFixup = ''
|
||||
|
Loading…
Reference in New Issue
Block a user