diff options
author | Justin Bronder <jsbronder@gentoo.org> | 2011-05-04 03:58:13 +0000 |
---|---|---|
committer | Justin Bronder <jsbronder@gentoo.org> | 2011-05-04 03:58:13 +0000 |
commit | cc62979536ed047f711344963a236c9bae589abf (patch) | |
tree | ee66b62380b9115d7dc2c10c0719c45f1e730579 /sys-cluster | |
parent | disable parallel install (diff) | |
download | gentoo-2-cc62979536ed047f711344963a236c9bae589abf.tar.gz gentoo-2-cc62979536ed047f711344963a236c9bae589abf.tar.bz2 gentoo-2-cc62979536ed047f711344963a236c9bae589abf.zip |
Enable debugging as recommended by upstream (#362655)
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/mpich2/mpich2-1.4_rc2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild b/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild index 28f24decd1d4..570c06f1e2e5 100644 --- a/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild +++ b/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild,v 1.2 2011/05/04 03:45:32 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild,v 1.3 2011/05/04 03:58:13 jsbronder Exp $ EAPI=2 @@ -59,7 +59,7 @@ src_configure() { # don't all show up in the top level configure, however, they # are picked up in the children directories. - use debug && c="${c} --enable-g=all --enable-debuginfo" + use debug && c="${c} --enable-g=dbg --enable-debuginfo" if use mpi-threads; then # MPI-THREAD requries threading. |