added -rdynamic flag for better traces
authorPatrik Gornicz <Gornicz.P@gmail.com>
Sun, 31 May 2009 03:29:31 +0000 (23:29 -0400)
committerPatrik Gornicz <Gornicz.P@gmail.com>
Sun, 31 May 2009 03:29:31 +0000 (23:29 -0400)
test/Makefile

index d75efc9..19588ad 100644 (file)
@@ -31,7 +31,7 @@ DBGFLAGS := -ggdb
 PRFFLAGS := ${DBGFLAGS} -pg
 MYFLAGS  := -Wall -pedantic -ansi
 INCFLAGS := $(addprefix -I, ${INCDIRS})
-LNKFLAGS := -Wl,-rpath,${RPATH}
+LNKFLAGS := -Wl,-rpath,${RPATH} -rdynamic
 CXXFLAGS := ${MYFLAGS} ${DBGFLAGS}
 
 CXX      := g++