Skip to content

rts: avoid building unused cbits on wasm

Cheng Shao requested to merge wip/wasm-fix-lto into master

This patch avoids building rts cbits that aren't used when targetting wasm. The main motivation is getting rid of spurious LTO-specific link-time error messages when building the rts with LLVM LTO mode.

Merge request reports

Loading