Skip to content

0.4.3

Compare
Choose a tag to compare
@jmdavis jmdavis released this 07 Jun 01:51
· 18 commits to master since this release

Fixed it so that dxml compiles with -inline.

  • For some reason, dmd fails to inline a couple of the functions marked with pragma(inline, true) (which cause a compilation error with -inline), so at least until that's fixed, they're no longer marked with pragma(inline, true).