Question
How do we add custom project compiler options like -I, -D that are not overwritten each time you regenerate?
I'm using libraries from outside the project tree so I need to define symbols and add include directories. But every time I regenerate code with CubeMX, my additions are overwritten. Is there any place or method I can add to those options that won't be overwritten? If not this seems like a huge bug.
