We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
zig cc
zig c++
zig translate-c
zig fetch --save <url>
.lazy
@src()
zig build
@cImport
@import
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Follow
zig cc
,zig c++
,zig translate-c
and other subcommands without a clang/llvm dependency in the compiler binary ziglang/zig#20875zig fetch --save <url>
overwrites.lazy
field ziglang/zig#19725@src()
when invoked viazig build
or in test and project code ziglang/zig#19570@cImport
to the build system ziglang/zig#20630@import
.zon files ziglang/zig#14531The text was updated successfully, but these errors were encountered: