Unverified Commit b16da96a authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

passt: enable debug info (#401971)

parents b649d49b 3ca21ca6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@ stdenv.mkDerivation (finalAttrs: {
    hash = "sha256-eYIgAj8BtCZ9OxG8/IDaUvFCtB+1ROU0UHf6sbaVUEY=";
  };

  separateDebugInfo = true;

  postPatch = ''
    substituteInPlace Makefile --replace-fail \
      'PAGE_SIZE=$(shell getconf PAGE_SIZE)' \