Skip to content

Compiler Option: -strip


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

Translated from FreeBASIC official docs. Contact us for removal if infringed.
FreeBASIC is an open-source project, not affiliated with Microsoft