Commit 439337b9 authored by Guillaume Girol's avatar Guillaume Girol
Browse files

lnav: enable debug symbols

lnav crashes more than the average program, let's say
parent 62b205ef
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
  };

  enableParallelBuilding = true;
  separateDebugInfo = true;

  strictDeps = true;
  depsBuildBuild = [ buildPackages.stdenv.cc ];