You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
option(SIMDJSON_VISUAL_STUDIO_BUILD_WITH_DEBUG_INFO_FOR_PROFILING "Under Visual Studio, add Zi to the compile flag and DEBUG to the link file to add debugging information to the release build for easier profiling inside tools like VTune"OFF)
79
79
if(MSVC)
80
80
if("${MSVC_TOOLSET_VERSION}"STREQUAL"140")
81
81
# Visual Studio 2015 issues warnings and we tolerate it, cmake -G"Visual Studio 14" ..
@@ -84,6 +84,10 @@ else()
84
84
# Recent version of Visual Studio expected (2017, 2019...). Prior versions are unsupported.
0 commit comments