fix compilation flag and library path
[c11concurrency-benchmarks.git] / mabain / src / Makefile
index adb615ed25856498964a60d7380fdc344b479da8..1bbcc829f626299fca49aa7f03888c6c0866e441 100644 (file)
@@ -3,7 +3,7 @@ TARGET=libmabain.so
 
 all: $(TARGET)
 
-CFLAGS  = -I. -I.. -Iutil -Wall -Werror -c -Wwrite-strings -Wsign-compare -Wcast-align -Wformat-security -fdiagnostics-show-option
+CFLAGS  = -I. -I.. -Iutil -Wall -c -Wwrite-strings -Wsign-compare -Wcast-align -Wformat-security -fdiagnostics-show-option
 CFLAGS += -g -ggdb -fPIC -O2 -std=c++11
 
 CFLAGS += -D__SHM_LOCK__ -D__LOCK_FREE__ -D__SHM_QUEUE__