make scheduler choose fair schedules when threads with priority are sleeping...
[model-checker.git] / common.mk
index e9e406002296c48e8e324f6cf440875487ff6a47..009ae634827f39f4d8dab210611e7b9f88bcbcec 100644 (file)
--- a/common.mk
+++ b/common.mk
@@ -9,3 +9,8 @@ LIB_NAME = model
 LIB_SO = lib$(LIB_NAME).so
 
 CPPFLAGS += -Wall -g -O0
+
+# Mac OSX options
+ifeq ($(UNAME), Darwin)
+CPPFLAGS += -D_XOPEN_SOURCE -DMAC
+endif