#How to emit assembly code when compiling?
1 messages · Page 1 of 1 (latest)
looking at zig build-exe -h theres -femit-asm[=path]
which version are you using?
new-ish 0.10
build uses build.zig, build-exe just compiles the file you give it into an executable
I don't know how emiting asm works with build.zig
oooh ok, thank you