Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cowasm: disable werror for now for dlopen detection:
otherwise generated: | int | main () | { | return dlopen (); wasm-ld: warning: function signature mismatch: dlopen >>> defined as () -> i32 in /tmp/emscripten_temp_6nz4f0ww/conftest_0.o >>> defined as (i32, i32) -> i32 in /home/builder/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/libc.a(dynlink.o) em++: error: running limited binaryen optimizations because DWARF info requested (or indirectly required) [-Wlimited-postlink-optimizations] [-Werror] and erroneously claims that dlopen is not present, and configure fails. Change-Id: Ie54db7c2099787a0b63b76b0b6e3e44750c9046e Signed-off-by: Michael Meeks <[email protected]>
- Loading branch information