Fix microbenchmarks_impeller_ios (#110392)
This commit is contained in:
parent
81e655929f
commit
d0c8774508
@ -32,8 +32,8 @@ TaskFunction createMicrobenchmarkTask({bool enableImpeller = false}) {
|
||||
// --release doesn't work on iOS due to code signing issues
|
||||
'--profile',
|
||||
'--no-publish-port',
|
||||
'-d',
|
||||
if (enableImpeller) '--enable-impeller',
|
||||
'-d',
|
||||
device.deviceId,
|
||||
];
|
||||
options.add(benchmarkPath);
|
||||
|
Loading…
x
Reference in New Issue
Block a user