#Setting Build flags in build.zig

1 messages · Page 1 of 1 (latest)

worldly fossil
#

How would I ensure that my zig build command runs with -freference-trace? Is this something that can be done in the build.zig file, or does it have to be done as a command line option every time?

Thanks

brave dirge
#

b.reference_trace = 256;

#

you can have a different count, that's just the default