mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Revert "Enable Dart compressed pointers for 64-bit mobile targets (#27975)" (flutter/engine#28091)
This reverts commit 854738a760802bba87c39adca7d5e0112deb3b3f.
This commit is contained in:
parent
9e362237d2
commit
a5d5168f0e
@ -380,10 +380,6 @@ def to_gn_args(args):
|
||||
# on Android.
|
||||
gn_args['bssl_use_clang_integrated_as'] = True
|
||||
|
||||
# Enable pointer compression on 64-bit mobile targets.
|
||||
if args.target_os in ['android', 'ios'] and gn_args['target_cpu'] in ['x64' , 'arm64']:
|
||||
gn_args['dart_use_compressed_pointers'] = True
|
||||
|
||||
return gn_args
|
||||
|
||||
def parse_args(args):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user