compile_flagz
Zig library for generating compile_flags.txt for C/C++ IDE integration in Zig-built projects
File Explorer
- FUNDING.yml
- main.zig
- root.zig
- build.zig
- build.zig.zon
- CompileFlags.zig
- .gitignore
- .rules
- build.zig
- build.zig.zon
- CLAUDE.md
- LICENSE
- mise.toml
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
zig
View Details ▼
zig
The Zig compiler and toolchain.
zig build
Compile the project in the current directory:
zig build run
Compile and run the project in the current directory:
zig init
Initialize a `zig build` project with library and executable:
// repository documentation
Was this content helpful?
(0 ratings)
