Skip to content

Commit

Permalink
Restore stripping
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali committed Sep 24, 2023
1 parent eb432f3 commit a735505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-system/Make/Make.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ def __init__(self, bazel, override_bazel_version, override_xcode_version, bazel_
'--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',
Expand Down

0 comments on commit a735505

Please sign in to comment.