Enables the compiler to place strings in the .rodata section.
#pragma readonly_strings [ on | off | reset ]
The default value is on.
For the off value, the compiler puts strings in initialized data sections .data or .sdata, according to the string size.