Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(354)

Unified Diff: webrtc/build/arm_neon.gypi

Issue 1181373004: Add a [rtc_]build_with_neon variable to unify conditions. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Remove gn config and consolidate build_with_neon condition. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/build/common.gypi » ('j') | webrtc/build/common.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/arm_neon.gypi
diff --git a/webrtc/build/arm_neon.gypi b/webrtc/build/arm_neon.gypi
index 9d8f71c8b12fb5e140479b8276df55b70f5bd085..b25c6502598d0d468fb9eefb5717c093b2f6e669 100644
--- a/webrtc/build/arm_neon.gypi
+++ b/webrtc/build/arm_neon.gypi
@@ -30,5 +30,12 @@
'-mfpu=neon',
],
}],
+ # Disable LTO due to compiler bug.
kjellander_webrtc 2015/06/18 09:06:23 Please add a TODO + reference to the bug. Maybe ev
Andrew MacDonald 2015/06/25 01:09:09 Done.
+ ['use_lto==1', {
+ 'cflags!': [
+ '-flto',
+ '-ffat-lto-objects',
+ ],
+ }],
],
}
« no previous file with comments | « no previous file | webrtc/build/common.gypi » ('j') | webrtc/build/common.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698