Skip to content

Releases: skoppe/spasm

v0.0.8

13 Dec 09:13
Compare
Choose a tag to compare

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.