zig/lib/std/Build
Andrew Kelley eae6d45cde CLI: introduce global -I args for C include paths
This isn't technically needed since per-module -I args can suffice, but
this can produce very long CLI invocations when several --mod args are
combined with --search-prefix args since the -I args have to be repeated
for each module.

This is a partial revert of ecbe8bbf2df2ed4d473efbc32e0b6d7091fba76f.
2024-01-01 19:49:08 -07:00
..
Cache lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
Step CLI: introduce global -I args for C include paths 2024-01-01 19:49:08 -07:00
Cache.zig WIP: move many global settings to become per-Module 2024-01-01 17:51:18 -07:00
Module.zig std.Build.Module: default CSourceFile flags to empty list 2024-01-01 19:49:08 -07:00
Step.zig complete todo 2023-11-26 14:27:39 -05:00