You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an Azure DevOps build pipeline task generating the message "Compiling assembly bitcode files with -O2 ...". See "Output from DevOps task" (identified with >>> and <<<).
My question is how I can change the option, i.e. emcc parameter, from -O2 to -O3 in order to have more optimization? The info for -O2 and -O3 is available at Emscripten Compiler Frontend (emcc).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We have an Azure DevOps build pipeline task generating the message "Compiling assembly bitcode files with -O2 ...". See "Output from DevOps task" (identified with >>> and <<<).
My question is how I can change the option, i.e. emcc parameter, from -O2 to -O3 in order to have more optimization? The info for -O2 and -O3 is available at Emscripten Compiler Frontend (emcc).
I followed the instruction available at ASP.NET Core Blazor WebAssembly build tools and ahead-of-time (AOT) compilation for enabling the WASM AOT compilation but I can't find anything on how to specify -O3. It looks like the -O2 is the default value.
Output from DevOps task:
Pipeline YAML although we are using the classic editor:
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions