Enhance test cases
[urcu.git] / Makefile
index 4b5f24efe94ccc05895e591bfbf8b8904269245a..2a044676efe94bb7f76a920da25b86302eb498dd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,10 @@
 
-CFLAGS=-Wall -O2
+CFLAGS=-Wall -O2 -g
+LDFLAGS=-lpthread
+
 #debug
 #CFLAGS=-Wall -g
-LDFLAGS=-lpthread
+#CFLAGS+=-DDEBUG_FULL_MB
 
 SRC_DEP=`echo $^ | sed 's/[^ ]*.h//g'`
 
This page took 0.022616 seconds and 4 git commands to generate.