Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-6782396D-8DBA-4172-92D1-F971D393C6B2
Visible to Intel only — GUID: GUID-6782396D-8DBA-4172-92D1-F971D393C6B2
H (Windows*)
Causes the compiler to limit the length of external symbol names. This is a deprecated option. There is no replacement option.
Linux and macOS: |
None |
Windows: |
/Hn |
n |
Is the maximum number of characters for external symbol names. |
OFF |
The compiler follows default rules for the length of external symbol names. |
This option causes the compiler to limit the length of external symbol names to a maximum of n characters.
None