mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-11 12:49:58 +08:00
Adding /v:diag to MSVC build
not sure if this will get MSVC to actually give useful error information. so cryptic and yet superficial.
This commit is contained in:
parent
aa00ce4892
commit
62bfb05b63
@ -156,6 +156,8 @@ if(MSVC)
|
||||
|
||||
add_definitions(/std:c++17)
|
||||
|
||||
# Let's get ALL the diagnostic info
|
||||
add_definitions(/v:diag)
|
||||
|
||||
if (MSVC_VERSION STREQUAL "1800")
|
||||
# VS2013 doesn't have magic statics
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user