Get assembly files? #10863
chriselrod
started this conversation in
Ideas
Get assembly files?
#10863
Replies: 1 comment
-
If you only need this for a few files from your build, I think you can get the compiler with GCC also lets you control where the temporaries are stored, using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It'd be very useful if we could get assembly files (and to also be able to set
-masm=intel
on x64).However, I could not find any way of doing this.
Googling suggested adding
-save-temps
as an option should work, but I cannot successfully compile with it.Beta Was this translation helpful? Give feedback.
All reactions