Commit 2a9d1b22 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #1300 from nyanp:master

parents 3584d3c2 eaa02248
......@@ -157,6 +157,7 @@ elseif(MSVC)
# this is fine
add_definitions(-D _CRT_SECURE_NO_WARNINGS)
add_definitions(-D _SCL_SECURE_NO_WARNINGS)
add_definitions(-D NO_STRICT)
# prolly powerless with header-only project
set(EXTRA_C_FLAGS "${EXTRA_C_FLAGS} /MP")
endif()
......
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