Skip to content

Commit 8597916

Browse files
committed
/Zm500
1 parent 6dba7ee commit 8597916

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
@@ -37,7 +37,7 @@ if (BOOST_OPENMETHOD_WARNINGS_AS_ERRORS)
3737
set(BOOST_OPENMETHOD_TEST_FLAGS "-Wall -Werror")
3838
endif()
3939
elseif (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC" OR CMAKE_CXX_COMPILER_FRONTEND_VARIANT MATCHES "MSVC")
40-
set(BOOST_OPENMETHOD_TEST_FLAGS "/W4 /WX /we4265 /wd4251 /Zm3200")
40+
set(BOOST_OPENMETHOD_TEST_FLAGS "/W4 /WX /we4265 /wd4251 /Zm500")
4141
endif()
4242

4343
# Print test configuration if running in CI

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>/Zm3200
29+
<toolset>msvc:<cxxflags>/Zm500
3030
;
3131

3232
alias unit_test_framework

0 commit comments

Comments
 (0)