solo5: retain debugging info

This commit is contained in:
Emery Hemingway 2022-12-15 17:27:51 -06:00
parent 3f6ffe5977
commit 80b7f0165d

View File

@ -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