mirror of https://github.com/odrling/Aegisub
Increase maximum template depth for parser.o
The latest version of clang has reduced the default.
This commit is contained in:
parent
91c31f646e
commit
216b5ef0c7
|
@ -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 += \
|
||||
|
|
Loading…
Reference in New Issue