Show complete commands during build in Keil uVision

Viewed 17

When doing a build in Keil uVision v5.37 and ARM Compiler v6.13 (armclang), the build output window only shows:

compiling file1.c...
compiling file2.c...

Is there a way to show the complete compiler command that is used? In other IDEs I've used, the output window shows the complete compiler command, including all the options and switches being used. Is there a way to make uVision do this?

0 Answers
Related