perf: separateDebugInfo = true
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
cbf6fa3cc7
commit
2fa6cd257d
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue