Fix: symbol aliases with TLS compat
[urcu.git] / configure.ac
index 9145081a78b2555e8b6ec71c196b197b4a8f8a71..4d1a1dfe659beffbbaf9f24a39dac775ca4348c6 100644 (file)
@@ -373,7 +373,7 @@ AC_CHECK_FUNCS([sched_setaffinity],[
 AM_CPPFLAGS="-include config.h"
 AC_SUBST(AM_CPPFLAGS)
 
-AM_CFLAGS="-Wall $AM_CFLAGS"
+AM_CFLAGS="-Wall -Wextra -Wno-unused-parameter -Wno-sign-compare $AM_CFLAGS"
 AC_SUBST(AM_CFLAGS)
 
 AC_CONFIG_LINKS([
@@ -508,6 +508,8 @@ PPRINT_PROP_BOOL([Require membarrier], $value)
 test "x$enable_rcu_debug" = "xyes" && value=1 || value=0
 PPRINT_PROP_BOOL([Internal debugging], $value)
 
+PPRINT_PROP_BOOL([Multi-flavor support], 1)
+
 report_bindir="`eval eval echo $bindir`"
 report_libdir="`eval eval echo $libdir`"
 
This page took 0.023353 seconds and 4 git commands to generate.