add bigobj flag

This commit is contained in:
Lion Kortlepel
2022-02-17 11:42:37 +01:00
parent 86ad28abdc
commit 687b4e4235
2 changed files with 4 additions and 7 deletions

View File

@@ -44,6 +44,10 @@ endif()
set(SENTRY_BACKEND breakpad)
add_subdirectory("deps/sentry-native")
if (MSVC)
add_definitions(/bigobj)
endif ()
message(STATUS "Setting compiler flags")
if (WIN32)