X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=Makefile;h=2a044676efe94bb7f76a920da25b86302eb498dd;hb=40e140c9f237bbe8c50d4a5355561139f01afb70;hp=4b5f24efe94ccc05895e591bfbf8b8904269245a;hpb=9b171f4656b61d023c327af3d0b4de22eee37353;p=urcu.git 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'`