Commit a1924ebb authored by Alyssa Ross's avatar Alyssa Ross
Browse files

clippy: enable debug info

This was useful while tracking down why clippy was broken when
cross-compiling.
parent e4fda18f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@ rustPlatform.buildRustPackage {
  pname = "clippy";
  inherit (rustPlatform.rust.rustc) version src;

  separateDebugInfo = true;

  # the rust source tarball already has all the dependencies vendored, no need to fetch them again
  cargoVendorDir = "vendor";
  buildAndTestSubdir = "src/tools/clippy";