Skip to content

Commit deea0e2

Browse files
jll63claude
andcommitted
Add user-config.jam to set MSVC compiler heap size globally for b2
Sets /Zm500 flag for MSVC toolset at the b2 configuration level, ensuring it applies to all builds including CI. This complements the Jamfile-level flag and ensures CI builds get the increased heap allocation. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent 8597916 commit deea0e2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

user-config.jam

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Boost.Build user configuration for MSVC compiler heap settings
2+
# This file is read by b2 before processing Jamfiles and applies globally
3+
4+
using msvc : : : <cxxflags>/Zm500 ;

0 commit comments

Comments
 (0)