diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-02-14 12:00:47 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-02-14 12:00:47 +0100 |
commit | 71d32272eb2e800ea6cda5480fd67ef793712735 (patch) | |
tree | c338f40bc38524c81d7aa62834f5699c954368cd /js/src/old-configure.in | |
parent | 4ec8be4ae1b19f84e5441837dc1cac935b908635 (diff) | |
download | uxp-71d32272eb2e800ea6cda5480fd67ef793712735.tar.gz |
Use C++11 thread-safe statics with MSVC. (js)
Diffstat (limited to 'js/src/old-configure.in')
-rw-r--r-- | js/src/old-configure.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/js/src/old-configure.in b/js/src/old-configure.in index 8abea59564..45108ee59a 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) |