floooh / sokol-zig

Zig bindings for the sokol headers (https://github.com/floooh/sokol)
zlib License
372 stars 49 forks source link

Reminder: check if debug builds define NDEBUG #25

Closed floooh closed 2 years ago

floooh commented 2 years ago

...otherwise the validation layers will be disabled even in debug build.

floooh commented 2 years ago

...ok, typo in title, it's the other way around (NDEBUG is defined in release builds, not in debug builds), but it works as expected.