We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b777d0c commit 979d90bCopy full SHA for 979d90b
build/Helpers.lua
@@ -107,7 +107,7 @@ function SetupNativeProject()
107
defines { "DEBUG" }
108
109
filter { "configurations:DebugOpt" }
110
- defines { "DEBUG", "_ITERATOR_DEBUG_LEVEL=0" }
+ defines { "DEBUG" }
111
optimize "Debug"
112
runtime "Release"
113
@@ -117,6 +117,9 @@ function SetupNativeProject()
117
118
-- Compiler-specific options
119
120
+ filter { "toolset:msc*", "configurations:DebugOpt" }
121
+ defines { "_ITERATOR_DEBUG_LEVEL=0" }
122
+
123
filter { "toolset:msc*" }
124
buildoptions { msvc_buildflags }
125
defines { msvc_cpp_defines }
0 commit comments