OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NOSTRIP
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/third_party/libtiff/
tif_read.c
42
#define
NOSTRIP
((uint32)(-1)) /* undefined state */
68
tif->tif_curstrip =
NOSTRIP
;
568
tif->tif_curstrip =
NOSTRIP
;
597
tif->tif_curstrip =
NOSTRIP
;
608
tif->tif_curstrip =
NOSTRIP
;
[
all
...]
/external/minijail/
common.mk
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
))
[
all
...]
/external/modp_b64/
common.mk
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
))
[
all
...]
/external/toybox/scripts/
make.sh
335
if [ ! -z "$
NOSTRIP
" ] ||
Completed in 9157 milliseconds