Use /ALIGNADDR to set the address alignment for segments.
| /ALIGNADDR option syntax |
|---|
|
Default is: /ALIGNADDR:0x00010000
Abbreviation is: /ALIGN
The alignment factor determines the memory addresses for segments in the executable (.EXE) or dynamic link library (.DLL) file. Each segment is assigned to the next unused multiple (in bytes) of the alignment factor. The alignment factor must be a power of 2, from 512 to 256 MB. The default factor is 64 KB.