add make file, header, and extra code to deque
[model-checker-benchmarks.git] / benchmarks.mk
index 0d53e5d4ac92721022657b6e1a02a4de32d37e25..f1fd851c14edb14a74a68a3b763d88daa1b4a773 100644 (file)
@@ -10,10 +10,10 @@ LIB_SO = lib$(LIB_NAME).so
 
 BASE = ../..
 INCLUDE = -I$(BASE)/include -I../include
-FLAGS := -g -rdynamic
+FLAGS := -g
 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)