projects
/
libbear.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
394de68
)
added -rdynamic flag for better traces
author
Patrik Gornicz
<Gornicz.P@gmail.com>
Sun, 31 May 2009 03:29:31 +0000
(23:29 -0400)
committer
Patrik Gornicz
<Gornicz.P@gmail.com>
Sun, 31 May 2009 03:29:31 +0000
(23:29 -0400)
test/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/test/Makefile
b/test/Makefile
index
d75efc9
..
19588ad
100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-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++