Restore stripping

This commit is contained in:
Ali 2023-09-24 11:46:17 +04:00
parent eb432f30e8
commit a735505380

View File

@ -109,8 +109,8 @@ class BazelCommandLine:
'--swiftcopt=-j1',
# Strip unsused code.
#'--features=dead_strip',
#'--objc_enable_binary_stripping',
'--features=dead_strip',
'--objc_enable_binary_stripping',
# Always embed bitcode into Watch binaries. This is required by the App Store.
'--apple_bitcode=watchos=embedded',