summaryrefslogtreecommitdiff
path: root/libvpx_obj_int_extract.host.linux-x86.mk
diff options
context:
space:
mode:
Diffstat (limited to 'libvpx_obj_int_extract.host.linux-x86.mk')
-rw-r--r--libvpx_obj_int_extract.host.linux-x86.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/libvpx_obj_int_extract.host.linux-x86.mk b/libvpx_obj_int_extract.host.linux-x86.mk
index 9f676f5..1db8242 100644
--- a/libvpx_obj_int_extract.host.linux-x86.mk
+++ b/libvpx_obj_int_extract.host.linux-x86.mk
@@ -98,6 +98,8 @@ LOCAL_CPPFLAGS_Debug := \
-Wno-deprecated
+LOCAL_FDO_SUPPORT_Debug := false
+
# Flags passed to both C and C++ files.
MY_CFLAGS_Release := \
-fstack-protector \
@@ -168,7 +170,10 @@ LOCAL_CPPFLAGS_Release := \
-Wno-deprecated
+LOCAL_FDO_SUPPORT_Release := false
+
LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION))
+LOCAL_FDO_SUPPORT := $(LOCAL_FDO_SUPPORT_$(GYP_CONFIGURATION))
# Undefine ANDROID for host modules
LOCAL_CFLAGS += -UANDROID
LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))