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
	* CompilerOptnostrip-nostrip
	* CompilerCmdLineUsing the Command Line

