Commit f1ab58cb authored by Jochen Eisinger's avatar Jochen Eisinger Committed by Commit Bot

Fix gn settings

R=machenbach@chromium.org

Change-Id: If25d0d34179b326f3a7b292f30299fe48a0aa1e2
Reviewed-on: https://chromium-review.googlesource.com/522127Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Jochen Eisinger <jochen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#45684}
parent 3fc2c275
...@@ -141,7 +141,7 @@ if (v8_enable_v8_checks == "") { ...@@ -141,7 +141,7 @@ if (v8_enable_v8_checks == "") {
v8_enable_v8_checks = is_debug v8_enable_v8_checks = is_debug
} }
if (v8_check_microtasks_scopes_consistency == "") { if (v8_check_microtasks_scopes_consistency == "") {
v8_check_microtasks_scopes_consistency = is_debug || v8_enable_v8_checks v8_check_microtasks_scopes_consistency = is_debug || dcheck_always_on
} }
# Specifies if the target build is a simulator build. Comparing target cpu # Specifies if the target build is a simulator build. Comparing target cpu
......
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