On windows by default only functions or symbols marked get exported. On other platforms everything gets exported by default, which is also not idea. It bloats binaries and slows down linkers.
TODO: investigate .def or source level changes and check out strict-abi
On windows by default only functions or symbols marked get exported. On other platforms everything gets exported by default, which is also not idea. It bloats binaries and slows down linkers.
TODO: investigate .def or source level changes and check out strict-abi