Generate dsyms for Xcode

This commit is contained in:
Ali 2020-11-30 16:50:02 +04:00
parent a74958a8af
commit e0d2201956

View File

@ -51,6 +51,7 @@ BAZEL_OPTIONS=(\
--spawn_strategy=standalone \
--strategy=SwiftCompile=standalone \
--features=swift.enable_batch_mode \
--apple_generate_dsym \
--swiftcopt=-j${CORE_COUNT_MINUS_ONE} \
)