Unverified Commit 7a88fbc5 authored by Dan Field's avatar Dan Field Committed by GitHub

Default baseline build options (#25631)

* fix crash

* default baseline
parent ca8ba58b
......@@ -13,8 +13,8 @@ class BuildInfo {
const BuildInfo(this.mode, this.flavor, {
this.trackWidgetCreation = false,
this.compilationTraceFilePath,
this.createBaseline,
this.createPatch,
this.createBaseline = false,
this.createPatch = false,
this.patchNumber,
this.patchDir,
this.baselineDir,
......
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