OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:debug_cflags
(Results
1 - 7
of
7
) sorted by null
/external/quake/quake/src/QW/
Makefile.Solaris
26
DEBUG_CFLAGS
=$(BASE_CFLAGS) -g
42
$(MAKE) targets BUILDDIR=$(BUILD_DEBUG_DIR) CFLAGS="$(
DEBUG_CFLAGS
)"
173
$(MAKE) clean2 BUILDDIR=$(BUILD_DEBUG_DIR) CFLAGS="$(
DEBUG_CFLAGS
)"
176
$(MAKE) clean2 BUILDDIR=$(BUILD_RELEASE_DIR) CFLAGS="$(
DEBUG_CFLAGS
)"
Makefile.Linux
41
DEBUG_CFLAGS
=$(BASE_CFLAGS) -g
82
$(MAKE) targets BUILDDIR=$(BUILD_DEBUG_DIR) CFLAGS="$(
DEBUG_CFLAGS
)"
918
$(MAKE) clean2 BUILDDIR=$(BUILD_DEBUG_DIR) CFLAGS="$(
DEBUG_CFLAGS
)"
921
$(MAKE) clean2 BUILDDIR=$(BUILD_RELEASE_DIR) CFLAGS="$(
DEBUG_CFLAGS
)"
/external/icu4c/
runConfigureICU
99
DEBUG_CFLAGS
='-g'
223
DEBUG_CFLAGS
='/Zi'
234
DEBUG_CFLAGS
='/Zi'
246
DEBUG_CFLAGS
='/Zi'
337
if test "$
DEBUG_CFLAGS
" != ""
339
CFLAGS="$CFLAGS $
DEBUG_CFLAGS
"
/external/quake/quake/src/WinQuake/
Makefile.Solaris
26
DEBUG_CFLAGS
=$(BASE_CFLAGS) -g
41
$(MAKE) targets BUILDDIR=$(BUILD_DEBUG_DIR) CFLAGS="$(
DEBUG_CFLAGS
)"
476
$(MAKE) clean2 BUILDDIR=$(BUILD_DEBUG_DIR) CFLAGS="$(
DEBUG_CFLAGS
)"
479
$(MAKE) clean2 BUILDDIR=$(BUILD_RELEASE_DIR) CFLAGS="$(
DEBUG_CFLAGS
)"
Makefile.linuxi386
42
DEBUG_CFLAGS
=$(BASE_CFLAGS) -g
54
DO_DEBUG_CC=$(CC) $(
DEBUG_CFLAGS
) -o $@ -c $<
56
DO_GL_DEBUG_CC=$(CC) $(
DEBUG_CFLAGS
) $(GLCFLAGS) -o $@ -c $<
58
DO_X11_DEBUG_CC=$(CC) $(
DEBUG_CFLAGS
) $(XCFLAGS) -o $@ -c $<
81
$(MAKE) targets BUILDDIR=$(BUILD_DEBUG_DIR) CFLAGS="$(
DEBUG_CFLAGS
)"
[
all
...]
/build/core/
binary.mk
73
debug_cflags
:= $($(my_prefix)CUSTOM_DEBUG_CFLAGS)
macro
75
debug_cflags
:=
macro
413
$(LOCAL_INTERMEDIATE_TARGETS): PRIVATE_DEBUG_CFLAGS := $(
debug_cflags
)
build-system.html
641
any <code>
DEBUG_CFLAGS
</code> that are defined for the module.
[
all
...]
Completed in 2051 milliseconds