Enables read/write string-pooling optimization.
This option has been deprecated.
None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux and Mac OS: | None |
Windows: | /Gf |
None
ON | Read/write string-pooling optimization is enabled. |
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.
None
GF compiler option