Merge "Fix the Mac build. Really. I have binaries and everything." into dalvik-dev
diff --git a/build/Android.common.mk b/build/Android.common.mk
index 671ed59..7c53206 100644
--- a/build/Android.common.mk
+++ b/build/Android.common.mk
@@ -68,7 +68,7 @@
 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.