Skip to content
Snippets Groups Projects
Commit c03c9f75 authored by Karsten Suehring's avatar Karsten Suehring
Browse files

remove /MP option for MS Visual C++ to fix debug build issues for several people

parent b442b4ee
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,6 @@ endif()
if( MSVC )
add_compile_options( "/MP" )
add_compile_options( "/EHsc" )
add_compile_options( "/MT" )
endif()
# set address sanitizer compiler arguments
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment