Sorry, I wasn’t clear in my first post. I’m using the offline Particle Dev IDE, and I’m compiling semi-offline with the CLI (on Windows). My current compile command is
particle compile photon path/to/project
And I’d like to be able to #define DEBUG from the command line. something like gcc’s -D flag.