Skip to content

Commit

Permalink
Fix for #4395
Browse files Browse the repository at this point in the history
  • Loading branch information
timo-suoranta-supercell authored and khaledhosny committed Apr 12, 2024
1 parent c053e8f commit 39b5ae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ endif ()

if (MSVC)
add_definitions(-wd4244 -wd4267 -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS)
add_definitions(-bigobj)
endif ()


Expand Down

0 comments on commit 39b5ae7

Please sign in to comment.