Skip to content

Commit b2bf38c

Browse files
jll63claude
andcommitted
Increase MSVC compiler heap size for b2 tests (/Zm1600)
Add /Zm1600 flag to MSVC toolset requirements in test/Jamfile to double the compiler heap allocation. This prevents C1060 heap exhaustion during the complex template instantiations in initialize.hpp, matching the CMake configuration. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3556cdc commit b2bf38c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/Jamfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +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>/Zm1600
2930
;
3031

3132
alias unit_test_framework

0 commit comments

Comments
 (0)