Stack usage and other "C" compiler flags in build.zig

I have been trying to figure out how to get a stack usage report when building an exe from Zig files using the Zig build system.

Is there any way to add this or any other -f options supported by clang/LLVM in build.zig?