2
0
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:
Matthias Troyer
2006-05-05 15:34:29 +00:00
parent 17beafee48
commit b32b261b1f

View File

@@ -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