summaryrefslogtreecommitdiff
path: root/modules/G711.target.darwin-mips.mk
diff options
context:
space:
mode:
Diffstat (limited to 'modules/G711.target.darwin-mips.mk')
-rw-r--r--modules/G711.target.darwin-mips.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/G711.target.darwin-mips.mk b/modules/G711.target.darwin-mips.mk
index 262167b4..a7f5bd20 100644
--- a/modules/G711.target.darwin-mips.mk
+++ b/modules/G711.target.darwin-mips.mk
@@ -144,6 +144,8 @@ LOCAL_CPPFLAGS_Debug := \
-Wno-sign-promo
+LOCAL_FDO_SUPPORT_Debug := false
+
# Flags passed to both C and C++ files.
MY_CFLAGS_Release := \
-fstack-protector \
@@ -262,7 +264,10 @@ LOCAL_CPPFLAGS_Release := \
-Wno-sign-promo
+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)