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:
parent
d9a0649acb
commit
8cb5029dca
@ -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
|
||||
], [
|
||||
|
Loading…
Reference in New Issue
Block a user