Unverified Commit 4d666f0a authored by Ellie Hermaszewska's avatar Ellie Hermaszewska
Browse files

vulkan-validation-layers: enable separateDebugInfo

parent 35e3b6fb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -69,6 +69,8 @@ stdenv.mkDerivation rec {
  # available in Nix sandbox. Fails with VK_ERROR_INCOMPATIBLE_DRIVER.
  doCheck = false;

  separateDebugInfo = true;

  # Include absolute paths to layer libraries in their associated
  # layer definition json files.
  preFixup = ''