Intel® C++ Compiler 16.0 User and Reference Guide

Gf

Enables read/write string-pooling optimization. This is a deprecated option. The replacement option is /GF.

Syntax

Linux and OS X:

None

Windows:

/Gf

Arguments

None

Default

ON

Read/write string-pooling optimization is enabled.

Description

This option enables read/write string-pooling optimization.

You should not use /Gf if you write to your strings because it can result in unexpected behavior. If you are not writing to your strings, you should use /GF.

IDE Equivalent

None

Alternate Options

Linux and OS X: None

Windows: /GF

See Also