The output bin/hex file contains full paths to source files. How to disable this behavior?
Hello. I am using TouchGFX 4.10 for GUI and my app code is managed by System Workbench for STM32 (AC6 tools). It seems GFX generates file names in output hex/bin files and I can`t get rid of it. In both STM32 HAL and STD drivers there is an option like USE_FULL_ASSERT, and it works, but it seems that GFX uses some buil-in methods to tell the compiler to insert those fat strings into hex outputs. Project configuration - release.
Any ideas how to disable assert functionality in GFX?