summaryrefslogtreecommitdiff
path: root/common_audio/common_audio_sse2.target.darwin-x86_64.mk
diff options
context:
space:
mode:
authorAndroid Chromium Automerger <chromium-automerger@android>2014-04-07 11:28:24 +0000
committerAndroid Chromium Automerger <chromium-automerger@android>2014-04-07 11:28:24 +0000
commit97a64e2bd068dea306c6de91602cb5d4002e0291 (patch)
tree7b4e59452853d7017ab2820fcd6f8e000b9bebb3 /common_audio/common_audio_sse2.target.darwin-x86_64.mk
parente111a22c86b4609993cc70cd41b11b8d02f53454 (diff)
downloadwebrtc-97a64e2bd068dea306c6de91602cb5d4002e0291.tar.gz
Update makefiles after merge of Chromium at 262110
This commit was generated by merge_from_chromium.py. Change-Id: I16520e5550a81c5a16a4c7a907bedd1f481e6135
Diffstat (limited to 'common_audio/common_audio_sse2.target.darwin-x86_64.mk')
-rw-r--r--common_audio/common_audio_sse2.target.darwin-x86_64.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/common_audio/common_audio_sse2.target.darwin-x86_64.mk b/common_audio/common_audio_sse2.target.darwin-x86_64.mk
index 0c6a1143..a57774dd 100644
--- a/common_audio/common_audio_sse2.target.darwin-x86_64.mk
+++ b/common_audio/common_audio_sse2.target.darwin-x86_64.mk
@@ -76,7 +76,6 @@ MY_DEFS_Debug := \
'-DDISABLE_NACL' \
'-DCHROMIUM_BUILD' \
'-DUSE_LIBJPEG_TURBO=1' \
- '-DUSE_MOJO=1' \
'-DENABLE_WEBRTC=1' \
'-DUSE_PROPRIETARY_CODECS' \
'-DENABLE_CONFIGURATION_POLICY' \
@@ -175,7 +174,6 @@ MY_DEFS_Release := \
'-DDISABLE_NACL' \
'-DCHROMIUM_BUILD' \
'-DUSE_LIBJPEG_TURBO=1' \
- '-DUSE_MOJO=1' \
'-DENABLE_WEBRTC=1' \
'-DUSE_PROPRIETARY_CODECS' \
'-DENABLE_CONFIGURATION_POLICY' \
@@ -233,9 +231,9 @@ LOCAL_ASFLAGS := $(LOCAL_CFLAGS)
### Rules for final target.
LOCAL_LDFLAGS_Debug := \
- -Wl,--fatal-warnings \
-Wl,-z,now \
-Wl,-z,relro \
+ -Wl,--fatal-warnings \
-Wl,-z,noexecstack \
-fPIC \
-m64 \
@@ -250,9 +248,9 @@ LOCAL_LDFLAGS_Debug := \
LOCAL_LDFLAGS_Release := \
- -Wl,--fatal-warnings \
-Wl,-z,now \
-Wl,-z,relro \
+ -Wl,--fatal-warnings \
-Wl,-z,noexecstack \
-fPIC \
-m64 \