solo5: retain debugging info
This commit is contained in:
parent
3f6ffe5977
commit
80b7f0165d
@ -34,6 +34,9 @@ in stdenv.mkDerivation {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
separateDebugInfo = true;
|
||||
# debugging requires information for both the unikernel and the tender
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
export DESTDIR=$out
|
||||
|
Loading…
Reference in New Issue
Block a user