Commit db670c82 by Jamie Madill Committed by Commit Bot

infra: Enable dcheck_always_on in Release.

This will assure that ANGLE ASSERT macros work in Release. Bug: angleproject:5114 Change-Id: I0fe6b83592ac3ff3462e55b8a73a11c8f114a4a7 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2875355Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 167480cc
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
'gn_args': 'is_clang=false', 'gn_args': 'is_clang=false',
}, },
'release': { 'release': {
'gn_args': 'is_debug=false', 'gn_args': 'is_debug=false dcheck_always_on=true',
}, },
'winuwp': { 'winuwp': {
'gn_args': 'target_os="winuwp"', 'gn_args': 'target_os="winuwp"',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment