mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Suppress iterator debugging in VS2015+.
This commit is contained in:
@@ -550,6 +550,7 @@ function toolchain(_buildDir, _libDir)
|
||||
"_WIN32",
|
||||
"_HAS_EXCEPTIONS=0",
|
||||
"_HAS_ITERATOR_DEBUGGING=0",
|
||||
"_ITERATOR_DEBUG_LEVEL=0",
|
||||
"_SCL_SECURE=0",
|
||||
"_SECURE_SCL=0",
|
||||
"_SCL_SECURE_NO_WARNINGS",
|
||||
|
||||
Reference in New Issue
Block a user