yallop / ocaml-ctypes

Library for binding to C libraries using pure OCaml
MIT License
363 stars 95 forks source link

Is linkall really needed ? #696

Closed hhugo closed 1 year ago

hhugo commented 2 years ago

libraries (cma,cmxa,cmxs) are all compiled using the linkall flag. Is this really needed ? for all ctypes libraries ?