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
Hello, I am trying to port an existing program to wasm and this program uses boost program options.
I downloaded and boostrapped boost and I'm running
`
./b2 toolset=emscripten link=static threading=multi --with-program_options
I am getting the following warning for multiple files
emcc: warning: .bc output file suffix used without -flto or -emit-llvm. Consider using .o extension since emcc will output an object file, not a bitcode file [-Wemcc]
emscripten.compile.c++ bin.v2/libs/program_options/build/emscripten-3.1.69/release/link-static/threading-multi/visibility-hidden/split.bc
Hello, I am trying to port an existing program to wasm and this program uses boost program options.
I downloaded and boostrapped boost and I'm running
`
./b2 toolset=emscripten link=static threading=multi --with-program_options
I am getting the following warning for multiple files
and the following error
Any idea what is this issue? Is my approach correct?
Version of emscripten/emsdk:
The text was updated successfully, but these errors were encountered: