Skip to content

Commit

Permalink
Bug 1861360 - let dumpsymbols run in parallel. r=glandium
Browse files Browse the repository at this point in the history
  • Loading branch information
jcristau committed Oct 26, 2023
1 parent 28d48c8 commit b2c17b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ endif
target-objects: $(OBJS) $(PROGOBJS) $(filter-out $(MOZBUILD_NON_DEFAULT_TARGETS),$(RUST_LIBRARY_FILE))
host-objects: $(HOST_OBJS) $(HOST_PROGOBJS) $(HOST_RUST_LIBRARY_FILE)

syms::
syms:

include $(MOZILLA_DIR)/config/makefiles/target_binaries.mk
endif
Expand Down Expand Up @@ -637,7 +637,7 @@ $(ASOBJS):
endif

define syms_template
syms:: $(2)
syms: $(2)
$(2): $(1)
ifdef MOZ_CRASHREPORTER
$$(call py_action,dumpsymbols $$@,$$(abspath $$<) $$(abspath $$@) $$(DUMP_SYMBOLS_FLAGS))
Expand Down

0 comments on commit b2c17b1

Please sign in to comment.