Date: Monday, November 28, 2005 @ 13:29:46
Author: marc
Path: /cvsroot/carob/carob/test
Modified: GNUmakefile (1.9 -> 1.10)
Added -rdynamic option to ease debugging
-------------+
GNUmakefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: carob/test/GNUmakefile
diff -u carob/test/GNUmakefile:1.9 carob/test/GNUmakefile:1.10
--- carob/test/GNUmakefile:1.9 Fri Nov 25 15:41:41 2005
+++ carob/test/GNUmakefile Mon Nov 28 13:29:46 2005
@@ -37,8 +37,9 @@
TESTOBJS = ${TESTSRCS:%.cpp=%.o}
+# for GCC
CXXFLAGS = -g3 -Wall -I${INCDIR}
-LDFLAGS = -Wl,-rpath,${CAROB_ROOT} -L${CAROB_ROOT}
-l${LIB_CAROB} -ldl -l${LIB_CPPUNIT}
+LDFLAGS = -Wl,-rpath,${CAROB_ROOT} -L${CAROB_ROOT}
-l${LIB_CAROB} -ldl -l${LIB_CPPUNIT} -rdynamic
# For QT ui, uncomment this
#LDFLAGS += -l${LIB_CPPUNIT_QTUI}
EXE = carobTestLauncher
_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits