Nick Schermer wrote: > AFAIK this will move data from .data to .rodata. Maybe this > doesn't result in less memory usage, but it will probably > reduce relocation. For libraries. But for binaries, there's no need to relocate either text (which contains .rodata) or data. > Nick Benedikt