#Is there a way to have -freference-trace create output even when piped to a file?

1 messages · Page 1 of 1 (latest)

young apex
#

I can't get emacs to show -freference-trace information in the compilation buffer (I assume because zig thinks it's writing to a file?)

sinful shore
#

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 ..)

young apex
#

Yea, it's getting stderr (I see the same output as if I pipe 2> to a file)