diff options
| -rw-r--r-- | build/Android.common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Android.common.mk b/build/Android.common.mk index 671ed59207..7c53206bdf 100644 --- a/build/Android.common.mk +++ b/build/Android.common.mk @@ -68,7 +68,7 @@ ART_HOST_NON_DEBUG_CFLAGS := $(art_non_debug_cflags) ART_TARGET_NON_DEBUG_CFLAGS := $(art_non_debug_cflags) # TODO: move -fkeep-inline-functions to art_debug_cflags when target gcc > 4.4 -ART_HOST_DEBUG_CFLAGS := $(art_debug_cflags) +ART_HOST_DEBUG_CFLAGS := $(art_debug_cflags) -fkeep-inline-functions ifneq ($(HOST_OS),linux) # Some Mac OS pthread header files are broken with -fkeep-inline-functions. |