Use /ALIGNFILE to set the file alignment for segments.
| /ALIGNFILE option syntax |
|---|
|
Default is: /ALIGNFILE:512
Abbreviation is: /A
The alignment factor determines where segments in the .EXE or .DLL file start. From the beginning of the file, the start of each segment is aligned at a multiple (in bytes) of the alignment factor. The alignment factor must be a power of 2, from 512 to 64 KB. The default alignment is 16 bytes.