mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Increased template-depth to accomodate serialization library
[SVN r33939]
This commit is contained in:
@@ -224,7 +224,7 @@ rule compile.c++
|
||||
|
||||
actions compile.c++
|
||||
{
|
||||
"$(CONFIG_COMMAND)" $(LANG) -ftemplate-depth-100 $(OPTIONS) $(USER_OPTIONS) -D$(DEFINES) -I"$(INCLUDES)" -c -o "$(<)" "$(>)"
|
||||
"$(CONFIG_COMMAND)" $(LANG) -ftemplate-depth-128 $(OPTIONS) $(USER_OPTIONS) -D$(DEFINES) -I"$(INCLUDES)" -c -o "$(<)" "$(>)"
|
||||
}
|
||||
|
||||
rule compile.c
|
||||
|
||||
Reference in New Issue
Block a user