summaryrefslogtreecommitdiff
path: root/modules/video_processing_sse2.target.linux-x86_64.mk
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2014-09-10 10:54:35 +0100
committerTorne (Richard Coles) <torne@google.com>2014-09-10 10:54:35 +0100
commit2dc33605704d570ebd2ab5f0428ea94672ce6a7e (patch)
tree9f6b1f3139e451f4f3f311cc028b089afc4c1c9b /modules/video_processing_sse2.target.linux-x86_64.mk
parentfc979d28cd63985b0cd777068558d892bbaecdfd (diff)
downloadwebrtc-2dc33605704d570ebd2ab5f0428ea94672ce6a7e.tar.gz
Change-Id: I54fd8fa2b5737e4622f9edd92901c13a88159378
Diffstat (limited to 'modules/video_processing_sse2.target.linux-x86_64.mk')
-rw-r--r--modules/video_processing_sse2.target.linux-x86_64.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/video_processing_sse2.target.linux-x86_64.mk b/modules/video_processing_sse2.target.linux-x86_64.mk
index 1350d674..227e679c 100644
--- a/modules/video_processing_sse2.target.linux-x86_64.mk
+++ b/modules/video_processing_sse2.target.linux-x86_64.mk
@@ -138,6 +138,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 \
@@ -250,7 +252,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)