IGNORECASE Linker Option

Syntax: Default:
/IG[NORECASE]
/NOI[GNORECASE]
/NOIGNORECASE

Use /IGNORECASE to turn off case sensitivity, ignoring capitalization in identifiers. For example, with this option on, the linker treats ABC, abc, and Abc as equivalent.

By default , the linker is case sensitive, and would treat ABC, abc , and Abc as unique names.



Summary of Linker Options