From 856063173d8cf35333b306eb9f133d9ce086f711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E5=B9=BF=E7=94=9F?= Date: Thu, 2 Jan 2025 06:41:54 +0000 Subject: [PATCH] ci test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 马广生 --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 548379a04..72ed8cb36 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -37,6 +37,7 @@ declare_args() { # Sets -DV8_ENABLE_FUTURE. v8_enable_future = false + # Sets -DENABLE_SYSTEM_INSTRUMENTATION. Enables OS-dependent event tracing v8_enable_system_instrumentation = (is_win || is_mac) && !v8_use_perfetto -- Gitee