Hi, My project hierarchy contains a number of .bc files that gets linked into a single wasm application. I would like to have a different optimization level for specific .bc files e.g. Oz for non-performance sensitive files and O3 for performance sensitive files. However, I also read that both the compilation to the bc and linking to the final wasm should use the same optimization level for optimum performance.
How can I use the same optimization level for both compilation and linking for specific .bc files and still build into the same wasm application with optimum performance? Thanks. -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
