summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-02-14 11:47:40 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-02-14 11:53:59 +0100
commite746ec8441e334784bb922eaf6a1da8d2e0dc2cd (patch)
tree0e4ae839493ddd518c85cfa3d5864bde86340a16
parent48d8e28fe6f4957a423ab609a0adcb878c8abddb (diff)
downloadUXP-e746ec8441e334784bb922eaf6a1da8d2e0dc2cd.tar
UXP-e746ec8441e334784bb922eaf6a1da8d2e0dc2cd.tar.gz
UXP-e746ec8441e334784bb922eaf6a1da8d2e0dc2cd.tar.lz
UXP-e746ec8441e334784bb922eaf6a1da8d2e0dc2cd.tar.xz
UXP-e746ec8441e334784bb922eaf6a1da8d2e0dc2cd.zip
Use C++11 thread-safe statics with MSVC.
-rw-r--r--old-configure.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/old-configure.in b/old-configure.in
index eba476bd0..b727debc7 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