diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-02-14 11:47:40 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-02-14 11:47:40 +0100 |
commit | f595579f07a1f2787f668eee7ca441caa114bfdd (patch) | |
tree | 6dcf8f619fff270fc2232094cbd6eb3dd5b87b1e /old-configure.in | |
parent | 91799767e1c575dce6cdb1528f1f10a1fd62e35f (diff) | |
download | UXP-f595579f07a1f2787f668eee7ca441caa114bfdd.tar UXP-f595579f07a1f2787f668eee7ca441caa114bfdd.tar.gz UXP-f595579f07a1f2787f668eee7ca441caa114bfdd.tar.lz UXP-f595579f07a1f2787f668eee7ca441caa114bfdd.tar.xz UXP-f595579f07a1f2787f668eee7ca441caa114bfdd.zip |
Use C++11 thread-safe statics with MSVC.
Diffstat (limited to 'old-configure.in')
-rw-r--r-- | old-configure.in | 5 |
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 |