am 6e014d77: Merge "Libbacktrace: Use frame-pointer on host"
* commit '6e014d774d5ff1fc05d619b348813a5e567f40d2': Libbacktrace: Use frame-pointer on host
This commit is contained in:
commit
ebc903e3d1
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ endif
|
|||
ifeq ($(build_type),host)
|
||||
# Only build if host builds are supported.
|
||||
ifeq ($(build_host),true)
|
||||
LOCAL_CFLAGS += -Wno-extern-c-compat
|
||||
LOCAL_CFLAGS += -Wno-extern-c-compat -fno-omit-frame-pointer
|
||||
ifneq ($($(module)_libc++),)
|
||||
include external/libcxx/libcxx.mk
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue