am 3d7681d8: Merge "Remove -fno-inline from profiling build."
* commit '3d7681d8e5c73f438180561007360b08be4bc31a': Remove -fno-inline from profiling build.main
commit
c49e953aee
|
@ -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