[X2Go-Commits] [pale-moon] 89/102: Use C++11 thread-safe statics with MSVC.

git-admin at x2go.org git-admin at x2go.org
Mon Feb 25 23:25:56 CET 2019


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

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

commit e746ec8441e334784bb922eaf6a1da8d2e0dc2cd
Author: wolfbeast <mcwerewolf at wolfbeast.com>
Date:   Thu Feb 14 11:47:40 2019 +0100

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

diff --git a/old-configure.in b/old-configure.in
index eba476b..b727deb 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

--
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