Hello, Is it possible to disable the merging of duplicate strings when declared in code space? I use a number of language tables to provide run-time multi-lingual support for an LCD. These are simple arrays, with position dependent strings. I have tried the OPTIMIZE directive at the top of my strings module:
#pragma OPTIMIZE(0)