Remove -fno-inline from profiling build.
Bug: 17797064 Change-Id: I0ab60e2da8c9f509de472afbc3ad32e41e69e73cmain
parent
c91166de54
commit
3da610d5a6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue