Releases: skoppe/spasm
Releases · skoppe/spasm
v0.0.8
Changes
- Update minimal required version of ldc to 1.13.0-beta2.
- Remove
-strip-allfrom lflags. This allows users of the library to control it themselves. - Use latest
-fvisibility=hiddenflag to hide all functions that aren't explicitly prefixed with theexportkeyword. This reduces code bloat a lot.