Compiler Option: -O

Set the optimization level for GCC

Syntax
	-O < level >

Parameters
	level
		The optimization level: 0, 1, 2, 3 or max (3).

Description
	Specifies the optimization level to be passed to GCC when using CompilerOptgen-gen gcc
	.

See also
	* CompilerOptgenCompiler Option: -gen gcc
	* CompilerCmdLineUsing the Command Line

