Open radical opened 3 years ago
Tagging subscribers to 'arch-wasm': @lewing See info in area-owners.md if you want to be subscribed.
Author: | radical |
---|---|
Assignees: | - |
Labels: | `arch-wasm`, `area-Build-mono`, `trimming-for-aot` |
Milestone: | - |
cc @steveisok @mdh1418 @SamMonoRT @naricc
To enable running tests with AOT, we need to use
$(EnableAggressiveTrimming)==true
, to reduce the AOT build time. Enabling this introduces some build issues, or test failures though.To reproduce locally:
$ /dotnet.sh build /p:Configuration=Release /p:TargetOS=Browser /p:TargetArchitecture=wasm /t:Test /path/to/project/file /p:EnableAggressiveTrimming=true
/p:BuildAOTTestsOnHelix=true
to the above command linetips:
/p:DebuggerSupport=true
to get line numbers