From 8cb5029dcad0419b4c8b8b0724e8e94a12fd33c3 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Wed, 20 Jan 2016 11:27:21 +1100 Subject: [PATCH] debugging: temporarily disable thread sanitizer GCC 5.3.0 creates executables that segfault during autoconf testing routines. It's easier to disable it globally for the time being. --- m4/nc_debugging.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/m4/nc_debugging.m4 b/m4/nc_debugging.m4 index 1b3754dc..207505d7 100644 --- a/m4/nc_debugging.m4 +++ b/m4/nc_debugging.m4 @@ -16,6 +16,8 @@ AC_DEFUN([NC_DEBUGGING],[ dnl 'undefined' due to false positives in some core libraries dnl (eg, boost::format). [address], + dnl gcc currently causes segfaults at configure time with [thread], + dnl dnl gcc specific names. do not use vptr or boost::format will die [alignment], [bounds], @@ -34,7 +36,6 @@ AC_DEFUN([NC_DEBUGGING],[ [vla-bound], dnl clang specific names [integer], - [thread], [undefined-trap], [cfi]dnl ], [