summaryrefslogtreecommitdiff
path: root/libvpx_asm_offsets_vp8.target.linux-x86.mk
diff options
context:
space:
mode:
Diffstat (limited to 'libvpx_asm_offsets_vp8.target.linux-x86.mk')
-rw-r--r--libvpx_asm_offsets_vp8.target.linux-x86.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/libvpx_asm_offsets_vp8.target.linux-x86.mk b/libvpx_asm_offsets_vp8.target.linux-x86.mk
index 1fb293e..651f11e 100644
--- a/libvpx_asm_offsets_vp8.target.linux-x86.mk
+++ b/libvpx_asm_offsets_vp8.target.linux-x86.mk
@@ -123,6 +123,8 @@ LOCAL_CPPFLAGS_Debug := \
-Wno-non-virtual-dtor
+LOCAL_FDO_SUPPORT_Debug := false
+
# Flags passed to both C and C++ files.
MY_CFLAGS_Release := \
--param=ssp-buffer-size=4 \
@@ -220,7 +222,10 @@ LOCAL_CPPFLAGS_Release := \
-Wno-non-virtual-dtor
+LOCAL_FDO_SUPPORT_Release := false
+
LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION))
+LOCAL_FDO_SUPPORT := $(LOCAL_FDO_SUPPORT_$(GYP_CONFIGURATION))
LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))
LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION))
LOCAL_ASFLAGS := $(LOCAL_CFLAGS)