Add create session feature
[lttng-tools.git] / configure.ac
index bbd5914454c9738a4294a07740b41c07a46aa323..acf80176bb0ee27ac6b3a0b4bb35cb2eebb45247 100644 (file)
@@ -38,7 +38,7 @@ AC_CHECK_DECL([cds_list_add], [],
        [AC_MSG_ERROR([liburcu 0.5.4 or newer is needed])], [[#include <urcu/list.h>]]
 )
 
-CFLAGS="-Wall $CFLAGS -g"
+CFLAGS="-Wall $CFLAGS -g -fno-strict-aliasing"
 
 AC_PROG_CC
 AC_PROG_LIBTOOL
This page took 0.023163 seconds and 4 git commands to generate.