We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5afc1f commit 710f1e7Copy full SHA for 710f1e7
2 files changed
test/CMakeLists.txt
@@ -22,7 +22,7 @@ endif()
22
23
# MSVC compiler heap size (always applied to avoid C1060 "out of heap space")
24
if (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC" OR CMAKE_CXX_COMPILER_FRONTEND_VARIANT MATCHES "MSVC")
25
- set(BOOST_OPENMETHOD_MSVC_HEAP_FLAGS "/Zm500")
+ set(BOOST_OPENMETHOD_MSVC_HEAP_FLAGS "/Zm800")
26
endif()
27
28
# Warning flags (applied only when WARNINGS_AS_ERRORS is enabled)
test/Jamfile
@@ -26,7 +26,7 @@ project
<toolset>clang:<warnings-as-errors>on
<toolset>gcc:<warnings-as-errors>on
<toolset>msvc:<warnings-as-errors>on
29
- <toolset>msvc:<cxxflags>/Zm500
+ <toolset>msvc:<cxxflags>/Zm800
30
;
31
32
alias unit_test_framework
0 commit comments