# allow additional defines from outside the build system
ifneq($(EXTERNAL_DEFINES),)
DEFINES+=$(EXTERNAL_DEFINES)
GLOBAL_DEFINES+=$(EXTERNAL_DEFINES)
$(infoEXTERNAL_DEFINES = $(EXTERNAL_DEFINES))
endif
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.