Home | History | Annotate | Download | only in minijail

Lines Matching refs:NOSTRIP

74 #        If NOSTRIP=1, SPLITDEBUG will never strip the final emitted objects.
75 # - NOSTRIP=[0|1] determines if binaries are stripped. (default: 1)
76 # NOSTRIP=0 and MODE=opt will also drop -g from the CFLAGS.
98 NOSTRIP ?= 1
340 ifeq ($(NOSTRIP),0)
433 $(if $(filter 0,$(NOSTRIP)),$(call strip_artifact))
690 $(info - NOSTRIP=$(NOSTRIP))