Unverified Commit b1664a27 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

ensure default value for report timings (#52978)

parent 441665e2
......@@ -30,7 +30,7 @@ class AotBuilder {
bool bitcode = kBitcodeEnabledDefault,
bool quiet = true,
Iterable<DarwinArch> iosBuildArchs = defaultIOSArchs,
bool reportTimings,
bool reportTimings = false,
}) async {
if (platform == null) {
throwToolExit('No AOT build platform specified');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment