Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support CFLAGS_EXTRA option is zig script
PR #607 (bdwgc). This passes through extra options (flags) to the C compiler. No flags validation is performed; the values given in CFLAGS_EXTRA are split on a space and append to compiler flags one by one. * build.zig (cflags_extra): New option (an empty string by default). * build.zig (flags): Append space-separated flags from cflags_extra (after all other flags are appended); remove relevant TODO item.
- Loading branch information