[Pvfs2-cvs] commit by robl in pvfs2-1/test/automated: testscrpt.sh
CVS commit program
cvs at parl.clemson.edu
Mon Aug 14 17:01:53 EDT 2006
Update of /projects/cvsroot/pvfs2-1/test/automated
In directory parlweb1:/tmp/cvs-serv6677
Modified Files:
testscrpt.sh
Log Message:
build with debugging symbols so we can actually track down errors.
Index: testscrpt.sh
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/test/automated/testscrpt.sh,v
diff -u -w -p -u -r1.67 -r1.68
--- testscrpt.sh 18 Jul 2006 18:29:33 -0000 1.67
+++ testscrpt.sh 14 Aug 2006 21:01:53 -0000 1.68
@@ -67,7 +67,7 @@ pull_and_build_mpich2 () {
cd mpich2-snap-*
mkdir build
cd build
- CFLAGS="-I${PVFS2_DEST}/INSTALL-pvfs2-${CVS_TAG}/include"
+ CFLAGS="-g -I${PVFS2_DEST}/INSTALL-pvfs2-${CVS_TAG}/include"
LDFLAGS="-L${PVFS2_DEST}/INSTALL-pvfs2-${CVS_TAG}/lib"
LIBS="-lpvfs2 -lpthread -lgm"
export CFLAGS LDFLAGS LIBS
More information about the Pvfs2-cvs
mailing list