Skip to content

Commit 710f1e7

Browse files
committed
/Zm800
1 parent b5afc1f commit 710f1e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ endif()
2222

2323
# MSVC compiler heap size (always applied to avoid C1060 "out of heap space")
2424
if (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC" OR CMAKE_CXX_COMPILER_FRONTEND_VARIANT MATCHES "MSVC")
25-
set(BOOST_OPENMETHOD_MSVC_HEAP_FLAGS "/Zm500")
25+
set(BOOST_OPENMETHOD_MSVC_HEAP_FLAGS "/Zm800")
2626
endif()
2727

2828
# Warning flags (applied only when WARNINGS_AS_ERRORS is enabled)

test/Jamfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ project
2626
<toolset>clang:<warnings-as-errors>on
2727
<toolset>gcc:<warnings-as-errors>on
2828
<toolset>msvc:<warnings-as-errors>on
29-
<toolset>msvc:<cxxflags>/Zm500
29+
<toolset>msvc:<cxxflags>/Zm800
3030
;
3131

3232
alias unit_test_framework

0 commit comments

Comments
 (0)