Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 7/13/2023
Public
Document Table of Contents

Ge

Enables stack-checking for all functions. This is a deprecated option that may be removed in a future release.

Syntax

Linux:

None

macOS:

None

Windows:

/Ge

Arguments

None

Default

OFF

Stack-checking for all functions is disabled.

Description

This option enables stack-checking for all functions.

This is a deprecated option that may be removed in a future release. The replacement option is /Gs0.

IDE Equivalent

None

Alternate Options

Linux and macOS: None

Windows: /Gs0