ms-queue: finally, the correct (?) memory orderings
[model-checker-benchmarks.git] / benchmarks.mk
index a87f18df9215f52aab678d57f19dd0bc7313d593..f1fd851c14edb14a74a68a3b763d88daa1b4a773 100644 (file)
@@ -9,11 +9,11 @@ LIB_NAME = model
 LIB_SO = lib$(LIB_NAME).so
 
 BASE = ../..
-INCLUDE = -I$(BASE)/include  -I$(BASE) -I../include
-FLAGS := -g -rdynamic
+INCLUDE = -I$(BASE)/include -I../include
+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)