Compiler Option: -Wl

Pass options to linker

Syntax
	-Wl < options >

Parameters
	options
		Additional options to pass to the linker.

Description
	The -Wl compiler option passes additional options to LD, the linker.  
	Options must be separated by commas only.   The -Wl compiler option may 
	be specified multiple times on the command line.

See also
	* CompilerOptWaCompiler Option: -Wa
	* CompilerOptWcCompiler Option: -Wc
	* CompilerCmdLineUsing the Command Line

