/link (Pass Options to Linker)
The latest version of this topic can be found at -link (Pass Options to Linker).
Passes one or more linker options to the linker.
Syntax
/link linkeroptions
Arguments
linkeroptions
The linker option or options to be passed to the linker.
Remarks
The /link option and its linker options must appear after any file names and CL options. A space is required between /link and linkeroptions
. For more information, see Setting Linker Options.
To set this compiler option in the Visual Studio development environment
Open the project's Property Pages dialog box. For details, see How to: Open Project Property Pages.
Click the Linker folder.
Click a linker property page.
Modify one or more properties.
To set this compiler option programmatically
- This compiler option cannot be changed programmatically.