-
Notifications
You must be signed in to change notification settings - Fork 11.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when using Zig : "no field or member function named 'standardReleaseOptions' in 'Build'" #1112
Comments
The |
I get the same error... |
This files has broader issues than simple one depreciated function. Though, to fix this particular micro-issue line five should be: const optimize = b.standardOptimizeOption(.{}); |
I think it's probably better to track with the dev releases of zig rather than the "stable" ones. It could also probably support most of the advanced features that the Make and CMake configurations do. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
When I perform the third step of the readme, which is entering the
"zig build -Drelease-fast"
command, I get this error :OS : LinuxMint 21
Zig version : 0.11.0-dev.2689+b7c00999b
The text was updated successfully, but these errors were encountered: