Remove --time run of gen_snapshot. (flutter/engine#56204)

'--time'-runs were done to investigate https://github.com/flutter/flutter/issues/154437, which was fixed.
This commit is contained in:
Alexander Aprelev 2024-10-29 10:20:15 -07:00 committed by GitHub
parent ac991b9a6e
commit d0141e3ee3

View File

@ -63,9 +63,6 @@ group("generate_snapshot_bins") {
# See: `bin_to_linkable` rules below that build these outputs into linkable form
# See: https://github.com/flutter/flutter/wiki/Flutter-engine-operation-in-AOT-Mode
compiled_action("generate_snapshot_bin") {
# TODO(https://github.com/flutter/flutter/issues/154437).
prefix_with_time_cmd = true
if (target_cpu == "x86" && host_os == "linux") {
# By default Dart will create a 32-bit gen_snapshot host binary if the target
# platform is 32-bit. Override this to create a 64-bit gen_snapshot for x86