Skip to content
Snippets Groups Projects
Commit 50f57bba authored by Frank Bossen's avatar Frank Bossen
Browse files

Merge branch 'msvc-debug-fix' into 'master'

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

See merge request jvet/VVCSoftware_VTM!99
parents a7956571 c03c9f75
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