Gy

Separates functions into COMDATs for the linker.

This option has been deprecated.

IDE Equivalent

Windows: C/C++ > Code Generation > Enable Function-Level Linking

Linux: None

Mac OS: None

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux and Mac OS: None
Windows:    /Gy
    /Gy-

Arguments

None

Default

ON      The compiler separates functions into COMDATs.

Description

This option tells the compiler to separate functions into COMDATs for the linker.

Alternate Options

None