Commit 234871ac authored by Alyssa Ross's avatar Alyssa Ross
Browse files

cloud-hypervisor: add debug info

parent be6047ce
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -11,6 +11,8 @@ rustPlatform.buildRustPackage rec {
    sha256 = "sha256-choTT20TVp42nN/vS6xCDA7Mbf1ZuAE1tFQZn49g9ak=";
  };

  separateDebugInfo = true;

  nativeBuildInputs = [ pkg-config ];
  buildInputs = [ openssl ] ++ lib.optional stdenv.isAarch64 dtc;