Skip to content

Commit

Permalink
update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
wusatosi committed Jan 30, 2025
1 parent 69a4fe3 commit 2be4148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/msvc-toolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if(BEMAN_BUILDSYS_SANITIZER STREQUAL "MaxSan")
set(SANITIZER_FLAGS "/fsanitize=address /Zi")
endif()

# /Zc:__cplusplus is needed for us to detect C++ version support correctly
# /Zc:__cplusplus is needed for us to detect C++ version support portably
# See: https://stackoverflow.com/questions/60052108/how-to-check-c-version-in-microsoft-visual-studio-2017
set(BASE_FLAGS "/Zc:__cplusplus /EHsc /permissive-")

Expand Down

0 comments on commit 2be4148

Please sign in to comment.