Commit 7883414e authored by mark's avatar mark Committed by Commit bot

Revert "Enable v8 backtrace support in all debug builds"

This reverts commit 31388627.

BUG=chromium:630629

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