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

Unified Diff: build/common.gypi

Issue 1265373003: Disable ENABLE_BITCODE for iOS 9. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index fe2c57a6b9aae94abcb54ae587880e2d8d29ed96..4644291fcadd25bc417d4cf22f8d17a725d3334a 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -5414,6 +5414,7 @@
'target_defaults': {
'xcode_settings' : {
'CLANG_CXX_LANGUAGE_STANDARD': 'c++11',
+ 'ENABLE_BITCODE': 'NO',
'conditions': [
# Older Xcodes do not support -Wno-deprecated-register, so pass an
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698