/FIXED, /NOFIXED Linker Option

Syntax: Default:
/FI[XED] /NOFIXED
/NOFI[XED]  

Use /FIXED to tell the loader not to relocate a file in memory when the specified base address is not available.

By default, the linker uses /FIXED for executable files, and /NOFIXED for other file types.



Summary of Linker Options
/BASE Linker Option