Why STM32 add DEBUG preprocessor symbol after code generation with Device Configuration Tool
Hi!
I have tested this in all my projects.
I have several compilation flavours with several symbols but you can test this issue only with default flavours: Release and Debug.
- Delete DEBUG preprocessor symbol in Debug flavour
- Open device configuration tool
- Click code generation
- After that, DEBUG symbol is again added to Debug flavour.
This symbol is not used and isn't a problem but in my projects and flavours I want not this symbol because may be confused to others developers. I can solve it by creating flavours based in Release but I would like to know if there is any option to avoid this behaviour
Thanks!!

