-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
dart2aot doesn't list command-line options #36902
Comments
Hi Natalie, Also, for me, while doing "dart2aot main.dart main.dart.aot" from the project directory, it shows "C:\Program' is not recognized as an internal or external command, System: windows7 Thanks, |
Here facing with the same issue, @GauravPatni |
@GauravPatni @sayhicoelho I experienced this problem ('C:\Program' not recognized...) and created an issue here with my workaround until the issue is resolved officially: |
After some digging, the accepted options are:
Hopefully this is helpful to someone. This Github issue was the first result for "dart2aot options", so maybe it will be. |
Nice detective work! 🕵️♂️ Can you tell if |
Thanks! And yes, it is: --[no-]tfa Enable global type flow analysis and related transformations in AOT mode.
(defaults to on) |
The current
So I'm assuming this issue has been addressed. |
dart2aot --help
prints:This indicates that there are options that can be passed, but it doesn't indicate what they are.
The text was updated successfully, but these errors were encountered: