mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Removed rudimentary _ITERATOR_DEBUG_LEVEL=0 and _HAS_ITERATOR_DEBUGGING=0 definitions for MS compilers
This commit is contained in:
committed by
Бранимир Караџић
parent
267727d318
commit
822b66d91f
@@ -556,8 +556,6 @@ function toolchain(_buildDir, _libDir)
|
||||
"WIN32",
|
||||
"_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