cpython: set separateDebugInfo

This commit is contained in:
Robert Scott 2020-07-12 14:40:09 +01:00
parent 09558f1dbf
commit 6d19ab339a

View File

@ -296,6 +296,8 @@ in with passthru; stdenv.mkDerivation {
pythonForBuild buildPackages.bash
];
separateDebugInfo = true;
inherit passthru;
enableParallelBuilding = true;