Remove -fno-inline from profiling build.

Bug: 17797064
Change-Id: I0ab60e2da8c9f509de472afbc3ad32e41e69e73c
main
Keisuke Kuroyanagi 2014-10-03 18:16:19 +09:00
parent c91166de54
commit 3da610d5a6
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ LOCAL_SRC_FILES := \
ifeq ($(FLAG_DO_PROFILE), true)
$(warning Making profiling version of native library)
LOCAL_CFLAGS += -DFLAG_DO_PROFILE -funwind-tables -fno-inline
LOCAL_CFLAGS += -DFLAG_DO_PROFILE -funwind-tables
else # FLAG_DO_PROFILE
ifeq ($(FLAG_DBG), true)
$(warning Making debug version of native library)