being a core_release version, should not have full_path_file inside .a file
version 4.19.1
platform: CORTEX_M7 + IAR 8.X
file name: touchgfx_core_release.a
file location: \4.19.1\touchgfx\lib\core\cortex_m7\IAR8.x
can we build the .a file? if not, have you disable asset() in release version? or if you still prefer to keep assert() in release version, please add --no_path_in_file_macros in IAR option, because not any end user will interested the path of c:\jenkins\workspace\... which increase code size of application.
Thanks
Richard L.

