mirror of https://github.com/odrling/Aegisub
Build parser.cpp first
Shaves a few seconds off parallel builds with 4+ cores by avoiding having everything else finish while it's still building.
This commit is contained in:
parent
b68578f1d9
commit
f714d60a54
|
@ -12,6 +12,7 @@ common/charset_conv.o: CXXFLAGS += $(CFLAGS_ICONV)
|
|||
unix/path.o: CXXFLAGS += -DP_DATA=\"$(P_DATA)\" -DP_DOC=\"$(P_DOC)\" -DP_LOCALE=\"$(P_LOCALE)\"
|
||||
|
||||
SRC += \
|
||||
common/parser.cpp \
|
||||
ass/dialogue_parser.cpp \
|
||||
ass/uuencode.cpp \
|
||||
common/cajun/elements.cpp \
|
||||
|
@ -32,7 +33,6 @@ SRC += \
|
|||
common/mru.cpp \
|
||||
common/option.cpp \
|
||||
common/option_visit.cpp \
|
||||
common/parser.cpp \
|
||||
common/path.cpp \
|
||||
common/thesaurus.cpp \
|
||||
common/util.cpp \
|
||||
|
|
Loading…
Reference in New Issue