From 822b66d91f9ac44e99e8651f8812422bcaf07f33 Mon Sep 17 00:00:00 2001 From: Petr Petrov Date: Tue, 12 Nov 2019 13:01:47 +0300 Subject: [PATCH] Removed rudimentary _ITERATOR_DEBUG_LEVEL=0 and _HAS_ITERATOR_DEBUGGING=0 definitions for MS compilers --- scripts/toolchain.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/toolchain.lua b/scripts/toolchain.lua index e9b336e..0d94db7 100644 --- a/scripts/toolchain.lua +++ b/scripts/toolchain.lua @@ -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",