[X2Go-Commits] [pale-moon] 32/294: Use C++11 thread-safe statics with MSVC. (js)

git-admin at x2go.org git-admin at x2go.org
Sat Apr 27 08:57:43 CEST 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch upstream/28.5.0
in repository pale-moon.

commit 71d32272eb2e800ea6cda5480fd67ef793712735
Author: wolfbeast <mcwerewolf at wolfbeast.com>
Date:   Thu Feb 14 12:00:47 2019 +0100

    Use C++11 thread-safe statics with MSVC. (js)
---
 js/src/old-configure.in | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/js/src/old-configure.in b/js/src/old-configure.in
index 8abea59..45108ee 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)

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git


More information about the x2go-commits mailing list