How can I get verbose compiler command line output logs?

I think the title says it all, but here’s the background:
XOD Desktop IDE v0.38.0
I’m wrapping an Arduino device library. My code works fine as an Arduino sketch, but not when compiled in XOD. I’m trying to figure out what is different between the two environments. I’ve already checked obvious things like tool chain and library versions. What I’d like to examine next is the command line flags used during compilation. Is there a way to get verbose command line output during compiling?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.