mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
increase max template depth
[SVN r24441]
This commit is contained in:
@@ -467,7 +467,7 @@ rule C++-action
|
||||
actions gcc-C++-action
|
||||
{
|
||||
$(.SET_EXIT)
|
||||
"$(.GXX[1]:R=$(GCC_BIN_DIR))" $(.GXX[2-]) -c -Wall -ftemplate-depth-100 -U$(UNDEFS) -D$(DEFINES) $(CFLAGS) $(C++FLAGS) -I"$(HDRS)" -I$(_)"$(STDHDRS)" -o "$(<)" "$(>)"
|
||||
"$(.GXX[1]:R=$(GCC_BIN_DIR))" $(.GXX[2-]) -c -Wall -ftemplate-depth-255 -U$(UNDEFS) -D$(DEFINES) $(CFLAGS) $(C++FLAGS) -I"$(HDRS)" -I$(_)"$(STDHDRS)" -o "$(<)" "$(>)"
|
||||
"$(.OBJCOPY[1])"$(_)$(OBJCOPY_FLAGS)$(_)"$(<)"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user