summaryrefslogtreecommitdiff
path: root/libvpx_obj_int_extract.host.darwin-arm64.mk
diff options
context:
space:
mode:
Diffstat (limited to 'libvpx_obj_int_extract.host.darwin-arm64.mk')
-rw-r--r--libvpx_obj_int_extract.host.darwin-arm64.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/libvpx_obj_int_extract.host.darwin-arm64.mk b/libvpx_obj_int_extract.host.darwin-arm64.mk
index 934c8ae..df8c65c 100644
--- a/libvpx_obj_int_extract.host.darwin-arm64.mk
+++ b/libvpx_obj_int_extract.host.darwin-arm64.mk
@@ -96,6 +96,8 @@ LOCAL_CPPFLAGS_Debug := \
-Wno-deprecated
+LOCAL_FDO_SUPPORT_Debug := false
+
# Flags passed to both C and C++ files.
MY_CFLAGS_Release := \
-fstack-protector \
@@ -164,7 +166,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))