benchmarks.mk: -rdynamic is used for linking
authorBrian Norris <banorris@uci.edu>
Thu, 1 Nov 2012 19:18:28 +0000 (12:18 -0700)
committerBrian Norris <banorris@uci.edu>
Thu, 1 Nov 2012 19:18:28 +0000 (12:18 -0700)
benchmarks.mk

index 0d53e5d4ac92721022657b6e1a02a4de32d37e25..f1fd851c14edb14a74a68a3b763d88daa1b4a773 100644 (file)
@@ -10,10 +10,10 @@ LIB_SO = lib$(LIB_NAME).so
 
 BASE = ../..
 INCLUDE = -I$(BASE)/include -I../include
 
 BASE = ../..
 INCLUDE = -I$(BASE)/include -I../include
-FLAGS := -g -rdynamic
+FLAGS := -g
 CPPFLAGS += $(INCLUDE) $(FLAGS)
 CFLAGS += $(INCLUDE) $(FLAGS)
 CPPFLAGS += $(INCLUDE) $(FLAGS)
 CFLAGS += $(INCLUDE) $(FLAGS)
-LDFLAGS += -L$(BASE) -l$(LIB_NAME)
+LDFLAGS += -L$(BASE) -l$(LIB_NAME) -rdynamic
 
 # Mac OSX options
 ifeq ($(UNAME), Darwin)
 
 # Mac OSX options
 ifeq ($(UNAME), Darwin)