X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=Makefile;h=2a044676efe94bb7f76a920da25b86302eb498dd;hp=4b5f24efe94ccc05895e591bfbf8b8904269245a;hb=bb48818526ec4317f9e6daeb0aa1cd64d528f754;hpb=3a9e6e9df706b8d39af94d2f027210e2e7d4106e diff --git a/Makefile b/Makefile index 4b5f24e..2a04467 100644 --- 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'`