From 71d32272eb2e800ea6cda5480fd67ef793712735 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Thu, 14 Feb 2019 12:00:47 +0100 Subject: Use C++11 thread-safe statics with MSVC. (js) --- js/src/old-configure.in | 4 ---- 1 file changed, 4 deletions(-) (limited to 'js/src/old-configure.in') diff --git a/js/src/old-configure.in b/js/src/old-configure.in index 8abea5956..45108ee59 100644 --- a/js/src/old-configure.in +++ b/js/src/old-configure.in @@ -206,10 +206,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-" ;; esac AC_SUBST(MSVS_VERSION) -- cgit v1.2.3