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

[msbuild/dotnet] Add support for passing --aot arguments to the AOT compiler. #14936

Merged
merged 1 commit into from
May 10, 2022

Commits on May 9, 2022

  1. [msbuild/dotnet] Add support for passing --aot arguments to the AOT c…

    …ompiler.
    
    Pick up --aot arguments in MtouchExtraArgs and pass them to the AOT compiler
    when building a .NET project. This makes it possible to work around xamarin#14887 by
    manually increasing the number of trampolines.
    
    Ref: xamarin#14887
    rolfbjarne committed May 9, 2022
    Configuration menu
    Copy the full SHA
    0d1bc18 View commit details
    Browse the repository at this point in the history