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.
This commit is contained in:
Danny Robson 2016-01-20 11:27:21 +11:00
parent d9a0649acb
commit 8cb5029dca

View File

@ -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
], [