Skip to content

Commit 621f0da

Browse files
committed
Merge branch 'http-pipeline-refactor' into development
Conflicts: Release/src/http/common/http_helpers.cpp
2 parents f4c8a47 + 479ebe7 commit 621f0da

30 files changed

+1484
-1525
lines changed

Release/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
160160
elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
161161
message("-- Setting msvc options")
162162
set(WARNINGS)
163+
add_compile_options(/bigobj)
163164
else()
164165
message("-- Unknown compiler, success is doubtful.")
165166
message("CMAKE_CXX_COMPILER_ID=${CMAKE_CXX_COMPILER_ID}")

0 commit comments

Comments
 (0)