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
   * Compiler Option: -Wa
   * Compiler Option: -Wc
   * Using the Command Line

