Assembler output
I can't figure out how to get the assembler output using CLion and CMake. Does anyone know if it's possible? I really don't want to have to keep a separate build script to do that.
To clarify, I don't mean to see assembler output inside CLion. I just want to access the assembler output that GCC (MinGW) generates as a file.
Thank you.
请先登录再写评论。