We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b777d0c commit bef0f3fCopy full SHA for bef0f3f
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
@@ -118,6 +118,9 @@ function SetupNativeProject()
118
-- Compiler-specific options
119
120
filter { "toolset:msc*" }
121
+ filter { "configurations:DebugOpt" }
122
+ defines { "_ITERATOR_DEBUG_LEVEL=0" }
123
+
124
buildoptions { msvc_buildflags }
125
defines { msvc_cpp_defines }
126
0 commit comments