mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Revert "Turn on the skia_enable_optimize_size flag to save a bit of binary size" (flutter/engine#45082)
Reverts flutter/engine#45029 It appears this is causing a regression in the length of time some of our integration tests are taking, causing them to take twice as long, which is causing timeouts in CI. We should revert while we investigate.
This commit is contained in:
parent
df43f88eed
commit
9727494b65
@ -731,7 +731,6 @@ def to_gn_wasm_args(args, gn_args):
|
||||
gn_args['skia_canvaskit_enable_paragraph'] = True
|
||||
gn_args['skia_canvaskit_enable_webgl'] = True
|
||||
gn_args['skia_canvaskit_enable_webgpu'] = False
|
||||
gn_args['skia_enable_optimize_size'] = True
|
||||
gn_args['skia_canvaskit_profile_build'] = args.runtime_mode == 'profile'
|
||||
gn_args['flutter_prebuilt_dart_sdk'] = True
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user