Skip to content

Implement release mode for Windows #38477

@stuartmorgan-g

Description

@stuartmorgan-g

Currently a release build (from the flutter tool perspective) is using a debug library build, in JIT mode; the only part that's different is anything at the Runner level (e.g., build flags for the native Runner code).

We should be building and uploading a release build of the engine library, and using that with AOT for release mode builds, as on mobile.

Metadata

Metadata

Labels

a: buildBuilding flutter applications with the toola: desktopRunning on desktopc: new featureNothing broken; request for a new capabilityengineflutter/engine related. See also e: labels.platform-windowsBuilding on or for Windows specificallytoolAffects the "flutter" command-line tool. See also t: labels.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions