X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=Makefile.build.inc;h=56c7705690f0afb7dbffe6e6bdd3020d1aa34e56;hp=fc4c471441cc4c6a53dcbcde353f6a15dcd9fb1c;hb=fb6e510b9ae45b9b984b4646b4be6b9d7a2bbf7c;hpb=cee02f0ab0a6766662490f2d815d487c098c17b1 diff --git a/Makefile.build.inc b/Makefile.build.inc index fc4c471..56c7705 100644 --- a/Makefile.build.inc +++ b/Makefile.build.inc @@ -1,7 +1,14 @@ -CFLAGS=-Wall -O2 -g -I. -#debug -#CFLAGS=-Wall -g +CFLAGS=-Wall -I. + +#optimized +CFLAGS+=-O2 + +#debug information +CFLAGS+=-g + +#RCU debug (slower, with error-checks) +#CFLAGS+=-DDEBUG_RCU LDFLAGS=-lpthread