Kaydet (Commit) b4d67c0e authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

only enable gb_CHECKOBJECTOWNER for explicit check runs

üst 762a33f6
......@@ -126,9 +126,13 @@ else
gb_FULLDEPS := $(true)
endif
# Life in the fast lane: only check for duplicate objects when explicitly building check targets
# triples speed of noop builds
ifeq ($(origin gb_CHECKOBJECTOWNER),undefined)
ifneq ($(filter check unitcheck subsequentcheck,$(MAKECMDGOALS)),)
gb_CHECKOBJECTOWNER := $(true)
endif
endif
# save user-supplied flags for latter use
ifneq ($(strip $(CFLAGS)),)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment