Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flutter on Android should compile with -02 #110

Closed
FlutterIssues opened this issue Nov 9, 2015 · 4 comments
Closed

Flutter on Android should compile with -02 #110

FlutterIssues opened this issue Nov 9, 2015 · 4 comments
Labels
c: new feature Nothing broken; request for a new capability

Comments

@FlutterIssues
Copy link

Issue by Hixie
Monday Jul 20, 2015 at 20:33 GMT
Originally opened as https://github.com/flutter/engine/issues/154


From @abarth on February 25, 2015 17:21

We need to sprinkle this gn into our build system.

if (is_android && !is_debug) {
configs -= [ "//build/config/compiler:optimize" ]
configs += [ "//build/config/compiler:optimize_max" ]
}

Copied from original issue: domokit/mojo#53

@FlutterIssues FlutterIssues added the c: new feature Nothing broken; request for a new capability label Nov 9, 2015
@abarth abarth changed the title sky_viewer on Android should compile with -02 Flutter on Android should compile with -02 Dec 5, 2015
@Hixie Hixie modified the milestone: Blue Sky Dec 16, 2015
@eseidelGoogle
Copy link
Contributor

I'm not sure if this still applies. @jason-simmons would know.

@eseidelGoogle
Copy link
Contributor

We now have a separate --release build for the Engine were this would make sense if it is still an issue.

@sethladd
Copy link
Contributor

Closing. Please reopen if still valid.

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
c: new feature Nothing broken; request for a new capability
Projects
None yet
Development

No branches or pull requests

4 participants