mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
AOT Android: Don't use integer division instructions. (#6714)
This commit is contained in:
parent
9b7764d48f
commit
34fdc44b58
@ -233,6 +233,7 @@ Future<String> _buildAotSnapshot(
|
||||
'--instructions_blob=$instructionsBlob',
|
||||
'--embedder_entry_points_manifest=$vmEntryPointsAndroid',
|
||||
'--no-sim-use-hardfp',
|
||||
'--no-use-integer-division', // Not supported by the Pixel in 32-bit mode.
|
||||
]);
|
||||
break;
|
||||
case TargetPlatform.ios:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user