OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:art_debug_cflags
(Results
1 - 1
of
1
) sorted by null
/art/build/
Android.common.mk
136
art_debug_cflags
:= \
macro
185
# TODO: move -fkeep-inline-functions to
art_debug_cflags
when target gcc > 4.4 (and -lsupc++)
186
ART_HOST_DEBUG_CFLAGS := $(
art_debug_cflags
) -fkeep-inline-functions
196
ART_TARGET_DEBUG_CFLAGS := $(
art_debug_cflags
)
Completed in 34 milliseconds