X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=Makefile.build.inc;h=3f05de97a397d0a1137deba17b01108ffc4f1874;hp=56c7705690f0afb7dbffe6e6bdd3020d1aa34e56;hb=0a1d290b4432036a7c1bf4a1b251ec9086036a87;hpb=b39e3baec9feaf3623461eff85f08f216f3bb492 diff --git a/Makefile.build.inc b/Makefile.build.inc index 56c7705..3f05de9 100644 --- a/Makefile.build.inc +++ b/Makefile.build.inc @@ -36,9 +36,6 @@ ifeq ("${HOSTTYPE}","s390x") ARCHTYPE=s390 endif -#Build the library without using signals. Slower read-side. -#CFLAGS+=-DCONFIG_URCU_AVOID_SIGNALS - #Changing the signal number used by the library. SIGUSR1 by default. #CFLAGS+=-DSIGURCU=SIGUSR2