Compiler Option: -nodeflibs
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=CompilerOptnodeflibs
- Last revised: 2021-10-12
Do not include the default libraries
Syntax
` -nodeflibs
`
Description
The -nodeflibs compiler option causes default libraries not to be used when linking. The libraries which are normally linked by default can still be used, but only if they are explicitly specified.
See also
Back to DocToc