Commit 31388627 authored by jochen's avatar jochen Committed by Commit bot

Enable v8 backtrace support in all debug builds

R=machenbach@chromium.org
BUG=

Review-Url: https://codereview.chromium.org/2167723004
Cr-Commit-Position: refs/heads/master@{#37924}
parent ba95d10c
...@@ -35,7 +35,7 @@ if (v8_use_external_startup_data == "") { ...@@ -35,7 +35,7 @@ if (v8_use_external_startup_data == "") {
} }
if (v8_enable_backtrace == "") { if (v8_enable_backtrace == "") {
v8_enable_backtrace = is_debug && !v8_optimized_debug v8_enable_backtrace = is_debug
} }
############################################################################### ###############################################################################
......
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