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)\"
|
unix/path.o: CXXFLAGS += -DP_DATA=\"$(P_DATA)\" -DP_DOC=\"$(P_DOC)\" -DP_LOCALE=\"$(P_LOCALE)\"
|
||||||
|
|
||||||
SRC += \
|
SRC += \
|
||||||
|
common/parser.cpp \
|
||||||
ass/dialogue_parser.cpp \
|
ass/dialogue_parser.cpp \
|
||||||
ass/uuencode.cpp \
|
ass/uuencode.cpp \
|
||||||
common/cajun/elements.cpp \
|
common/cajun/elements.cpp \
|
||||||
|
@ -32,7 +33,6 @@ SRC += \
|
||||||
common/mru.cpp \
|
common/mru.cpp \
|
||||||
common/option.cpp \
|
common/option.cpp \
|
||||||
common/option_visit.cpp \
|
common/option_visit.cpp \
|
||||||
common/parser.cpp \
|
|
||||||
common/path.cpp \
|
common/path.cpp \
|
||||||
common/thesaurus.cpp \
|
common/thesaurus.cpp \
|
||||||
common/util.cpp \
|
common/util.cpp \
|
||||||
|
|
Loading…
Reference in New Issue