ocaml / flexdll

a dlopen-like API for Windows
Other
97 stars 30 forks source link

Conditionally link with gcc_eh #133

Open toots opened 4 months ago

toots commented 4 months ago

Linking with gcc_eh should be conditionally done when it is available. See https://github.com/ocaml/ocaml/pull/12996 for a similar discussion for the ocaml compiler.