Skip to content

Commit

Permalink
Add missing NS_BLOCK_ASSERTIONS for more architectures
Browse files Browse the repository at this point in the history
This flag was passed for some architectures in the conditional above
this one, but not for all

Closes #10929.

RELNOTES: NS_BLOCK_ASSERTIONS is now passed for all Apple architectures.
PiperOrigin-RevId: 324938971
  • Loading branch information
keith authored and copybara-github committed Aug 5, 2020
1 parent 6c3e983 commit 174ed30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/osx/crosstool/cc_toolchain_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5377,6 +5377,7 @@ def _impl(ctx):
"-O2",
"-D_FORTIFY_SOURCE=1",
"-DNDEBUG",
"-DNS_BLOCK_ASSERTIONS=1",
],
),
],
Expand Down

0 comments on commit 174ed30

Please sign in to comment.