kristoff-it/zig-doctest

no field or member function named 'standardOptimizeOption' in 'build.Builder'

Closed this issue · 4 comments

Hi there! I'm new to zig. I tried to compile zig-doctest but it threw an error.

Zig version: 0.11.0-dev.1364+72c09b7b3

image

What I did wrong?

you didnt do anything wrong, you're using a older zig version than it was currently built with. only needs a code update

you didnt do anything wrong, you're using a newer zig version than it was currently built with. only needs a code update

what version do i need?

0.11.0-dev.1570+693b12f8e or greater

Oh, it worked!

zig version: 0.11.0-dev.1648+c993af623

Thanks!!!