B Options
Parent topic:
Alphabetical Compiler Options
B
Specifies a directory that can be used to find include files, libraries, and executables.
Bdynamic
Enables dynamic linking of libraries at run time.
bigobj
Increases the number of sections that an object file can contain.
Bstatic
Enables static linking of a user's library.
Bsymbolic
Binds references to all global symbols in a program to the definitions within a user's shared library.
Bsymbolic-functions
Binds references to all global function symbols in a program to the definitions within a user's shared library.
Copyright © 1996-2010, Intel Corporation. All rights reserved.