diff options
author | Sam Clegg <sbc@chromium.org> | 2022-06-08 11:31:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-08 18:31:13 +0000 |
commit | b76d2fb1e5bb839249b25b7094db94219695f515 (patch) | |
tree | b69aa891816e5ef8be4aaf3ffdda48872b8e0692 /src/ir/module-utils.cpp | |
parent | b7a93cca37d2253ef36e4cc63ef38c3647404597 (diff) | |
download | binaryen-b76d2fb1e5bb839249b25b7094db94219695f515.tar.gz binaryen-b76d2fb1e5bb839249b25b7094db94219695f515.tar.bz2 binaryen-b76d2fb1e5bb839249b25b7094db94219695f515.zip |
Link shared library against thread libraries (#4715)
Also, add `-Wl,--no-undefined` when linking shared libraries. Adding
this flags means we can better detect when libraries are missing from the
`libbinaryen.so` link. In this case it reports undefined symbol for
`pthread_create` (which is then addressed by this patch).
Diffstat (limited to 'src/ir/module-utils.cpp')
0 files changed, 0 insertions, 0 deletions