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 f595579f07a1f2787f668eee7ca441caa114bfdd Author: wolfbeast <mcwerewolf@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... - CXXFLAGS="$CXXFLAGS -Zc:threadSafeInit-" - # https://connect.microsoft.com/VisualStudio/feedback/details/888527/warnings-... # 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