am 3d7681d8
: Merge "Remove -fno-inline from profiling build."
* commit '3d7681d8e5c73f438180561007360b08be4bc31a': Remove -fno-inline from profiling build.
This commit is contained in:
commit
c49e953aee
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ LOCAL_SRC_FILES := \
|
||||||
|
|
||||||
ifeq ($(FLAG_DO_PROFILE), true)
|
ifeq ($(FLAG_DO_PROFILE), true)
|
||||||
$(warning Making profiling version of native library)
|
$(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
|
else # FLAG_DO_PROFILE
|
||||||
ifeq ($(FLAG_DBG), true)
|
ifeq ($(FLAG_DBG), true)
|
||||||
$(warning Making debug version of native library)
|
$(warning Making debug version of native library)
|
||||||
|
|
Loading…
Reference in a new issue