/BROWSE, NOBROWSE Linker Option

Syntax: Default:
/BR[OWSE] /NOBROWSE
/NOBR[OWSE]  

This option is inactive in the current release of IBM C and C++ Compilers.

Use /BROWSE to add browse information to the load module the linker generates. /BROWSE is implied by /DEBUG. This option is only effective if the object files are compiled with the /Fb compiler option (which is not active in IBM C and C++ Compilers).

The browse information is used by the browser when you browse your program.



Summary of Linker Options