Enable separatedebuginfo for common BSC packages
For now, we keep dontStrip for packages that already had it for systems without the separatedebuginfo support. Reviewed-By: Rodrigo Arias Mallo <rodrigo.arias@bsc.es> Tested-By: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
This commit is contained in:
@@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
|
||||
version = "2.0";
|
||||
pname = "tampi";
|
||||
enableParallelBuilding = true;
|
||||
separateDebugInfo = true;
|
||||
buildInputs = [ autoreconfHook automake autoconf libtool gnumake boost mpi gcc ];
|
||||
dontDisableStatic = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user