summaryrefslogtreecommitdiff
path: root/libvpx.target.darwin-mips.mk
diff options
context:
space:
mode:
Diffstat (limited to 'libvpx.target.darwin-mips.mk')
-rw-r--r--libvpx.target.darwin-mips.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/libvpx.target.darwin-mips.mk b/libvpx.target.darwin-mips.mk
index cc9b3ce..783bf1d 100644
--- a/libvpx.target.darwin-mips.mk
+++ b/libvpx.target.darwin-mips.mk
@@ -268,6 +268,8 @@ LOCAL_CPPFLAGS_Debug := \
-Wno-non-virtual-dtor
+LOCAL_FDO_SUPPORT_Debug := false
+
# Flags passed to both C and C++ files.
MY_CFLAGS_Release := \
-fstack-protector \
@@ -369,7 +371,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)