Remove apple_bitcode option

This commit is contained in:
Isaac 2024-02-06 17:57:30 +04:00
parent 74de23c162
commit 2acaddbb40

View File

@ -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):