Skip to content

Commit

Permalink
Bug 1861360 - let dumpsymbols run in parallel. r=firefox-build-system…
Browse files Browse the repository at this point in the history
…-reviewers,ahochheiden

Differential Revision: https://phabricator.services.mozilla.com/D191943
  • Loading branch information
glandium committed Oct 27, 2023
1 parent 102a715 commit 515f930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,6 @@ $(ASOBJS):
endif

define syms_template
syms:: $(2)
$(2): $(1)
ifdef MOZ_CRASHREPORTER
$$(call py_action,dumpsymbols $$@,$$(abspath $$<) $$(abspath $$@) $$(DUMP_SYMBOLS_FLAGS))
Expand Down Expand Up @@ -674,6 +673,7 @@ endif

else ifdef MOZ_CRASHREPORTER
$(foreach file,$(DUMP_SYMS_TARGETS),$(eval $(call syms_template,$(file),$(notdir $(file))_syms.track)))
syms:: $(foreach file,$(DUMP_SYMS_TARGETS),$(notdir $(file))_syms.track)
endif

ifneq (,$(RUST_TESTS)$(RUST_LIBRARY_FILE)$(HOST_RUST_LIBRARY_FILE)$(RUST_PROGRAMS)$(HOST_RUST_PROGRAMS))
Expand Down

0 comments on commit 515f930

Please sign in to comment.