huntlabs / hunt

A refined core library for D programming language. The module has concurrency / collections / event / io / logging / text / serialization and more.
Apache License 2.0
95 stars 15 forks source link

WIP: meson: use debug() instead of version() for debug options #77

Closed Cogitri closed 4 years ago

Cogitri commented 5 years ago

I've removed meson version() for DEBUG variables completely now, so we'll need to change all occurences of this before we merge this one.

Heromyth commented 4 years ago

Thanks a lot.