Increase maximum template depth for parser.o

The latest version of clang has reduced the default.
This commit is contained in:
Thomas Goyne 2013-10-02 16:27:33 -07:00
parent 91c31f646e
commit 216b5ef0c7
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ PRECOMPILED_HEADER_NAME = lagi_pre.h
lagi_pre.h.gch: CXXFLAGS := $(CXXFLAGS)
common/charset_conv.o: CXXFLAGS += $(CFLAGS_ICONV)
common/parser.o: CXXFLAGS += -ftemplate-depth=256
unix/path.o: CXXFLAGS += -DP_DATA=\"$(P_DATA)\" -DP_DOC=\"$(P_DOC)\" -DP_LOCALE=\"$(P_LOCALE)\"
SRC += \