Skip to content

Commit 8e59ba9

Browse files
committed
fixup! fixup! build: enable Perfetto by default
1 parent 242aced commit 8e59ba9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

configure.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2399,9 +2399,9 @@ def configure_perfetto(o):
23992399
o['variables']['node_shared_perfetto'] = b(False)
24002400
return
24012401
if options.without_perfetto is None and not perfetto_supported():
2402-
warn(f'Perfetto is disabled for {flavor}/{target_arch}: the bundled perfetto '
2403-
'integration is not available on this platform. Pass --without-perfetto '
2404-
'to silence this warning.')
2402+
warn(f'Perfetto is disabled for {flavor}: the bundled perfetto integration '
2403+
'is not available on this platform. Pass --without-perfetto to '
2404+
'silence this warning.')
24052405
return
24062406

24072407
configure_library('perfetto', o)

0 commit comments

Comments
 (0)