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

debugrun does not need to read gbuild definitions

üst 359dc427
......@@ -35,7 +35,7 @@ endif
endif
ifeq ($(strip $(gb_PARTIALBUILD)),)
ifeq ($(filter-out clean distclean subsequentcheck unitcheck build dev-install smoketestoo_native instsetoo_native cross_toolset findunusedcode,$(MAKECMDGOALS)),)
ifeq ($(filter-out clean distclean subsequentcheck unitcheck build dev-install smoketestoo_native instsetoo_native cross_toolset findunusedcode debugrun,$(MAKECMDGOALS)),)
gb_SpeedUpTargets_WRAPPEDBUILD:=T
endif
endif
......
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