Chromium Code Reviews| Index: build/config/BUILD.gn |
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
| index 80427f26a087b631031ad3a45bd017547898a4a9..9908cd31777d47c9d64c22d5e5d931e0d98f9c3a 100644 |
| --- a/build/config/BUILD.gn |
| +++ b/build/config/BUILD.gn |
| @@ -221,6 +221,10 @@ config("release") { |
| defines += [ "DYNAMIC_ANNOTATIONS_ENABLED=0" ] |
| } |
| } |
| + |
| + if (is_ios) { |
| + defines += [ "NS_BLOCK_ASSERTIONS=1" ] |
|
brettw
2017/01/17 20:51:50
Can you add a comment here about what this does an
bzanotti
2017/01/18 14:01:27
Done.
|
| + } |
| } |
| # Default libraries ------------------------------------------------------------ |