hadrian: fix CFLAGS for gmp shared objs on wasm
This commit adds -fvisibility=default to CFLAGS of gmp when building for wasm. This is required to generate the ghc-bignum shared library without linking errors. Clang defaults to -fvisibility=hidden for wasm targets, which will cause issues when a symbol is expected to be exported in a shared library but without explicit visibility attribute annotation.
Loading
-
mentioned in commit 93d531c5
-
mentioned in commit 22bdbcdc
-
mentioned in commit d06d9233
-
mentioned in commit 9bc20fdb
-
mentioned in commit 7f76f660
-
mentioned in commit 01599d72
-
mentioned in commit d92568f5
-
mentioned in commit 2b95f8a3
-
mentioned in commit 8d777d67
-
mentioned in commit e0d0d7ec
Please register or sign in to comment