ziglang / zig-mode

Zig mode for Emacs
GNU General Public License v3.0
157 stars 54 forks source link

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

Closed bnjmnt4n closed 3 years ago

bnjmnt4n commented 3 years ago

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.

joachimschmidt557 commented 3 years ago

With https://github.com/ziglang/zig-mode/pull/55 it will be possible to customize the optimization mode for tests.

bnjmnt4n commented 3 years ago

:+1: will close this when that PR lands in that case.