Commit 7680c3c3 authored by DailyShana's avatar DailyShana

remove _ITERATOR_DEBUG_LEVEL=0 of vs build

parent c7614ada
add_definitions ( "-wd4996" "-D_CRT_SECURE_NO_WARNINGS" "-D_ITERATOR_DEBUG_LEVEL=0" )
add_definitions ( "-wd4996" "-D_CRT_SECURE_NO_WARNINGS" )
add_definitions ( "-D_UNICODE" "-DUNICODE" "/utf-8" )
include (MSVCMultipleProcessCompile)
......
Subproject commit 5dea59cb15665357949795bcc34a028e187c6024
Subproject commit 3028b7660d7853f1a25ce592756e77037739ea3e
......@@ -41,9 +41,6 @@ solution "ygo"
defines "NDEBUG"
buildoptions "-march=native"
configuration { "Debug", "vs*" }
defines { "_ITERATOR_DEBUG_LEVEL=0" }
configuration "Release"
flags { "OptimizeSpeed" }
targetdir "bin/release"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment