N Options
Parent topic:
Alphabetical Compiler Options
no-bss-init, Qnobss-init
Tells the compiler to place in the DATA section any uninitialized variables and explicitly zero-initialized variables.
no-libgcc
Prevents the linking of certain gcc-specific libraries.
noBool
Disables the bool keyword.
nodefaultlibs
Prevents the compiler from using standard libraries when linking.
nolib-inline
Disables inline expansion of standard library or intrinsic functions.
nologo
Do not display compiler version information.
nostartfiles
Prevents the compiler from using standard startup files when linking.
nostdinc++
Do not search for header files in the standard directories for C++, but search the other standard directories.
nostdlib
Prevents the compiler from using standard libraries and startup files when linking.
Copyright © 1996-2010, Intel Corporation. All rights reserved.