[VM/Timeline] Disable SUPPORT_PERFETTO macro to investigate flaky Flutter crashes

Issue: https://github.com/flutter/flutter/issues/125425
Change-Id: If134e4f4efb3e3259dab421e769cc76264189ad3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/297821
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Derek Xu <derekx@google.com>
This commit is contained in:
Derek Xu 2023-04-24 20:32:31 +00:00 committed by Commit Queue
parent 7b3c81f06d
commit 58b796bac9

View file

@ -146,10 +146,7 @@ config("dart_arch_config") {
}
config("dart_config") {
# We temporarily need to define this to exclude code that depends on Perfetto
# from being built on platforms which have a problem linking in the
# Perfetto library.
defines = [ "SUPPORT_PERFETTO" ]
defines = []
if (dart_debug) {
defines += [ "DEBUG" ]