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:
Jackson Gardner 2023-08-24 15:00:47 -07:00 committed by GitHub
parent df43f88eed
commit 9727494b65

View File

@ -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