Skip to content

Commit 599a84c

Browse files
authored
Stop setting -DNS_BLOCK_ASSERTIONS=1 for :release (#186)
As of Bazel 3.5.0, this is already set for the :opt profile on all Apple platforms (which is what :release uses): bazelbuild/bazel@174ed30
1 parent f056b6d commit 599a84c

File tree

64 files changed

+202
-404
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+202
-404
lines changed

IntegrationTests/GoldMaster/Adjust.podspec.json.goldmaster

Lines changed: 5 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

IntegrationTests/GoldMaster/BUILD

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,7 @@ objc_library(
157157
"-DPOD_CONFIGURATION_DEBUG=1"
158158
],
159159
":release": [
160-
"-DPOD_CONFIGURATION_RELEASE=1",
161-
"-DNS_BLOCK_ASSERTIONS=1"
160+
"-DPOD_CONFIGURATION_RELEASE=1"
162161
]
163162
}
164163
) + [
@@ -278,8 +277,7 @@ objc_library(
278277
"-DPOD_CONFIGURATION_DEBUG=1"
279278
],
280279
":release": [
281-
"-DPOD_CONFIGURATION_RELEASE=1",
282-
"-DNS_BLOCK_ASSERTIONS=1"
280+
"-DPOD_CONFIGURATION_RELEASE=1"
283281
]
284282
}
285283
) + [
@@ -1536,8 +1534,7 @@ objc_library(
15361534
"-DPOD_CONFIGURATION_DEBUG=1"
15371535
],
15381536
":release": [
1539-
"-DPOD_CONFIGURATION_RELEASE=1",
1540-
"-DNS_BLOCK_ASSERTIONS=1"
1537+
"-DPOD_CONFIGURATION_RELEASE=1"
15411538
]
15421539
}
15431540
) + [
@@ -2948,8 +2945,7 @@ objc_library(
29482945
"-DPOD_CONFIGURATION_DEBUG=1"
29492946
],
29502947
":release": [
2951-
"-DPOD_CONFIGURATION_RELEASE=1",
2952-
"-DNS_BLOCK_ASSERTIONS=1"
2948+
"-DPOD_CONFIGURATION_RELEASE=1"
29532949
]
29542950
}
29552951
) + [

IntegrationTests/GoldMaster/Bolts.podspec.json.goldmaster

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

IntegrationTests/GoldMaster/Braintree.podspec.json.goldmaster

Lines changed: 13 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

IntegrationTests/GoldMaster/Branch.podspec.json.goldmaster

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

IntegrationTests/GoldMaster/Calabash.podspec.json.goldmaster

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

IntegrationTests/GoldMaster/CardIO.podspec.json.goldmaster

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

IntegrationTests/GoldMaster/CocoaLumberjack.podspec.json.goldmaster

Lines changed: 6 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

IntegrationTests/GoldMaster/ColorCube.podspec.json.goldmaster

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

IntegrationTests/GoldMaster/EarlGrey.podspec.json.goldmaster

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)