Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit d0ad7cf

Browse files
authored
Remove --time run of gen_snapshot. (#56204)
'--time'-runs were done to investigate flutter/flutter#154437, which was fixed.
1 parent 29389af commit d0ad7cf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/snapshot/BUILD.gn

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ group("generate_snapshot_bins") {
6363
# See: `bin_to_linkable` rules below that build these outputs into linkable form
6464
# See: https://github.com/flutter/flutter/wiki/Flutter-engine-operation-in-AOT-Mode
6565
compiled_action("generate_snapshot_bin") {
66-
# TODO(https://github.com/flutter/flutter/issues/154437).
67-
prefix_with_time_cmd = true
68-
6966
if (target_cpu == "x86" && host_os == "linux") {
7067
# By default Dart will create a 32-bit gen_snapshot host binary if the target
7168
# platform is 32-bit. Override this to create a 64-bit gen_snapshot for x86

0 commit comments

Comments
 (0)