Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

H (Windows*)

Causes the compiler to limit the length of external symbol names. This is a deprecated option. There is no replacement option.

Syntax

Linux and macOS:

None

Windows:

/Hn

Arguments

n

Is the maximum number of characters for external symbol names.

Default

OFF

The compiler follows default rules for the length of external symbol names.

Description

This option causes the compiler to limit the length of external symbol names to a maximum of n characters.

IDE Equivalent
None
Alternate Options

None