‑‑allow_misaligned_data_access
In this section:
Syntax
‑‑allow_misaligned_data_access
Description
Use this option to make it possible to access misaligned data objects. The linker can select variants of standard functions like memcpy and strcat that are not restricted to accessing memory only on aligned boundaries.
Potentially, this allows the routines to run faster. This option corresponds to using the misaligned_ prefix of the ‑‑use_optimized_variants command line option.
Caution
Project>Options>General Options>Code Generation>Allow misaligned data accesses