Compiler Option: -strip
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=CompilerOptstrip
- Last revised: 2021-10-11
Omit all symbol information from the output file
Syntax
` -strip
`
Description
The -strip compiler option passes an option to the linker to strip (remove) all symbols.
Version
- Since fbc 1.07.0
Platform Differences
- fbc strips all symbols by default on Dos and Windows platforms only
See also
Back to DocToc