mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Remove apple_bitcode option
This commit is contained in:
parent
74de23c162
commit
2acaddbb40
1 changed files with 0 additions and 3 deletions
|
|
@ -111,9 +111,6 @@ class BazelCommandLine:
|
|||
# Strip unsused code.
|
||||
'--features=dead_strip',
|
||||
'--objc_enable_binary_stripping',
|
||||
|
||||
# Always embed bitcode into Watch binaries. This is required by the App Store.
|
||||
'--apple_bitcode=watchos=embedded',
|
||||
]
|
||||
|
||||
def add_remote_cache(self, host):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue