Skip to content

Commit

Permalink
Revert "Enable Dart compressed pointers for 64-bit mobile targets (fl…
Browse files Browse the repository at this point in the history
…utter#27975)" (flutter#28091)

This reverts commit d856fc3.
  • Loading branch information
zanderso authored and filmil committed Apr 21, 2022
1 parent 3db6ac1 commit d24e23f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/gn
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit d24e23f

Please sign in to comment.