Skip to content

v0.0.8

Latest
Compare
Choose a tag to compare
@skoppe skoppe released this 13 Dec 09:13
· 215 commits to master since this release

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 the export keyword. This reduces code bloat a lot.