From f595579f07a1f2787f668eee7ca441caa114bfdd Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Thu, 14 Feb 2019 11:47:40 +0100 Subject: Use C++11 thread-safe statics with MSVC. --- old-configure.in | 5 ----- 1 file changed, 5 deletions(-) (limited to 'old-configure.in') diff --git a/old-configure.in b/old-configure.in index eba476bd0..b727debc7 100644 --- a/old-configure.in +++ b/old-configure.in @@ -215,11 +215,6 @@ case "$target" in # -Zc:sizedDealloc- disables C++14 global sized deallocation (see bug 1160146) CXXFLAGS="$CXXFLAGS -Zc:sizedDealloc-" - - # Disable C++11 thread-safe statics due to crashes on XP (bug 1204752) - # See https://connect.microsoft.com/VisualStudio/feedback/details/1789709/visual-c-2015-runtime-broken-on-windows-server-2003-c-11-magic-statics - CXXFLAGS="$CXXFLAGS -Zc:threadSafeInit-" - # https://connect.microsoft.com/VisualStudio/feedback/details/888527/warnings-on-dbghelp-h # for dbghelp.h, imagehlp.h, and shobj.h # C4091: 'typedef ': ignored on left of '' when no variable is declared -- cgit v1.2.3