Skip to content
Snippets Groups Projects
Commit 58824f3a authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Enable more c++ conformance options in vs2019

parent 7251657f
No related branches found
No related tags found
No related merge requests found
...@@ -131,7 +131,7 @@ if (WINDOWS) ...@@ -131,7 +131,7 @@ if (WINDOWS)
endif() endif()
set(GLOBAL_CXX_FLAGS set(GLOBAL_CXX_FLAGS
"/GS /W3 /c /Zc:forScope /Zc:rvalueCast /Zc:wchar_t- /nologo" "/GS /W3 /c /Zc:__cplusplus /Zc:forScope /Zc:rvalueCast /Zc:strictStrings /Zc:ternary /Zc:wchar_t- /nologo"
) )
if (USE_AVX2) if (USE_AVX2)
...@@ -177,7 +177,6 @@ if (WINDOWS) ...@@ -177,7 +177,6 @@ if (WINDOWS)
/D_WINSOCK_DEPRECATED_NO_WARNINGS /D_WINSOCK_DEPRECATED_NO_WARNINGS
/D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING /D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING
/DBOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE /DBOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE
/wd4351
) )
if("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang") if("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang")
......
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