Changes
- Update minimal required version of ldc to 1.13.0-beta2.
- Remove
-strip-all
from lflags. This allows users of the library to control it themselves. - Use latest
-fvisibility=hidden
flag to hide all functions that aren't explicitly prefixed with theexport
keyword. This reduces code bloat a lot.