#Is there a way to have -freference-trace create output even when piped to a file?
1 messages · Page 1 of 1 (latest)
I'm not familiar w/ emacs but could it be because it's not capturing stderr ? I always have to remind myself to 2> log.txt when using zig build advanced options (you'd think --verbose would print to stdout ..)
Yea, it's getting stderr (I see the same output as if I pipe 2> to a file)