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 'undefined' due to false positives in some core libraries
|
||||||
dnl (eg, boost::format).
|
dnl (eg, boost::format).
|
||||||
[address],
|
[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
|
dnl gcc specific names. do not use vptr or boost::format will die
|
||||||
[alignment],
|
[alignment],
|
||||||
[bounds],
|
[bounds],
|
||||||
@ -34,7 +36,6 @@ AC_DEFUN([NC_DEBUGGING],[
|
|||||||
[vla-bound],
|
[vla-bound],
|
||||||
dnl clang specific names
|
dnl clang specific names
|
||||||
[integer],
|
[integer],
|
||||||
[thread],
|
|
||||||
[undefined-trap],
|
[undefined-trap],
|
||||||
[cfi]dnl
|
[cfi]dnl
|
||||||
], [
|
], [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user