Closed Biswa96 closed 1 year ago
This uses zimg.def file with -export-symbols, libtool's link mode flag. Otherwise, gcc exports all the public and private functions in mingw environment. But with clang in mingw, no symbols are exported.
Module file is only for VS.
It is for Windows platform and can be used with gcc and clang also.
Use export-symbols-regex instead.