Skip to content

Commit

Permalink
chore: add notes
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Jun 12, 2024
1 parent 1a31a3e commit a722360
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ if(MSVC)
add_compile_options("/W4;/WX;/Gy;/permissive-;/sdl")
add_compile_options("/wd4127") # conditional expression is constant
add_compile_options("/wd4251") # export dll with templates

# https://github.com/actions/runner-images/issues/10004
# https://github.com/microsoft/STL/releases/tag/vs-2022-17.10
add_compile_definitions("_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR")

set(rel_debug_comp_options "/Od")
Expand Down

0 comments on commit a722360

Please sign in to comment.