Intel® C++ Compiler XE 13.1 User and Reference Guides

fstack-protector-all

Enables or disables stack overflow security checks including functions.

IDE Equivalent

None

Architectures

All

Syntax

Linux and OS X:

-fstack-protector-all

-fno-stack-protector-all

Windows:

None

Arguments

None

Default

-fno-stack-protector-all

Stack overflow security checks, including functions, are disabled.

Description

Enables or disables stack overflow security checks including functions. These checks are enabled when you specify -fstack-protector-all.

Alternate Options

None


Submit feedback on this help topic