ziglang / zig-mode

Zig mode for Emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zig-test-buffer: don't use release-fast?

bnjmnt4n opened this issue · comments

Is there any rationale for using release-fast for zig-test-buffer? Personally, I would think that testing should use the debug release mode by default to catch any illegal behaviour, since that's what testing should flag out.

With #55 it will be possible to customize the optimization mode for tests.

👍 will close this when that PR lands in that case.