I am trying to generate asm using the following command zig build-obj -femit-asm=build/asm.s -target x86_64-uefi-gnu program.zig. Unfortunately asm.s is only generated when zig-cache is not present. Once it generates the asm, it will not generate another copy unless zig-cache is deleted. I am running the release version of zig 0.7.0.
`
I am trying to generate asm using the following command
zig build-obj -femit-asm=build/asm.s -target x86_64-uefi-gnu program.zig. Unfortunately asm.s is only generated when zig-cache is not present. Once it generates the asm, it will not generate another copy unless zig-cache is deleted. I am running the release version of zig 0.7.0.`