mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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:
parent
ac991b9a6e
commit
d0141e3ee3
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user