ossama-othman / MaRC

MaRC - Map Reprojections and Conversions
GNU Lesser General Public License v2.1
1 stars 0 forks source link

Add support for GCC symbol visibility #57

Closed ossama-othman closed 6 years ago

ossama-othman commented 6 years ago

Leverage GCC symbol visibility when available to enable improved shared library binary generation. The improvement is very slight with the current source code, but should be better once more code is not exported to the user. This also lays the groundwork necessary to support Windows DLLs.

ossama-othman commented 6 years ago

Closes #56