mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-06-18 21:30:52 +00:00
make bigobj a linker flag?
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ set(SENTRY_BACKEND breakpad)
|
|||||||
add_subdirectory("deps/sentry-native")
|
add_subdirectory("deps/sentry-native")
|
||||||
|
|
||||||
if (MSVC)
|
if (MSVC)
|
||||||
add_definitions(/bigobj)
|
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /bigobj")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
message(STATUS "Setting compiler flags")
|
message(STATUS "Setting compiler flags")
|
||||||
|
|||||||
Reference in New Issue
Block a user