From 1211605a3987764fc204826b6d7f2aa88efb3ce4 Mon Sep 17 00:00:00 2001 From: Michael Achenbach Date: Fri, 25 Nov 2022 09:10:58 +0100 Subject: [PATCH] [build] Remove dead ENABLE_DEBUGGER_SUPPORT define Bug: v8:9287 Change-Id: Ia031aa653b78bae1817e05c75ea508a7e2df8a83 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4055628 Reviewed-by: Leszek Swirski Reviewed-by: Victor Gomes Commit-Queue: Michael Achenbach Cr-Commit-Position: refs/heads/main@{#84479} --- BUILD.bazel | 1 - tools/gcmole/gcmole.py | 1 - 2 files changed, 2 deletions(-) diff --git a/BUILD.bazel b/BUILD.bazel index 9dad578ac4..5e5bd45524 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -325,7 +325,6 @@ v8_config( }, defines = [ "GOOGLE3", - "ENABLE_DEBUGGER_SUPPORT", "V8_ADVANCED_BIGINT_ALGORITHMS", "V8_CONCURRENT_MARKING", ] + select({ diff --git a/tools/gcmole/gcmole.py b/tools/gcmole/gcmole.py index 469a059e20..4ac8cb5b30 100755 --- a/tools/gcmole/gcmole.py +++ b/tools/gcmole/gcmole.py @@ -119,7 +119,6 @@ def make_clang_command_line(plugin, plugin_args, options): "-Wno-everything", "-D", arch_cfg.arch_define, - "-DENABLE_DEBUGGER_SUPPORT", "-DV8_ENABLE_WEBASSEMBLY", "-DV8_GC_MOLE", "-DV8_INTL_SUPPORT",