Compiler Option: -Wl
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=CompilerOptWl
- Last revised: 2021-10-12
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
Back to DocToc