S Options
Parent topic:
Alphabetical Compiler Options
S
Causes the compiler to compile to an assembly file only and not link.
save-temps, Qsave-temps
Tells the compiler to save intermediate files created during compilation.
scalar-rep, Qscalar-rep
Enables scalar replacement performed during loop transformation.
shared
Tells the compiler to produce a dynamic shared object instead of an executable.
shared-intel
Causes Intel-provided libraries to be linked in dynamically.
shared-libgcc
Links the GNU libgcc library dynamically.
showIncludes
Tells the compiler to display a list of the include files.
simd, Qsimd
Enables or disables the SIMD vectorization feature of the compiler.
sox, Qsox
Tells the compiler to save the compilation options and version number in the Linux* OS executable or the Windows* OS object file.
static
Prevents linking with shared libraries.
static-intel
Causes Intel-provided libraries to be linked in statically.
static-libgcc
Links the GNU libgcc library statically.
staticlib
Invokes the libtool command to generate static libraries.
std, Qstd
Tells the compiler to conform to a specific language standard.
strict-ansi
Tells the compiler to implement strict ANSI conformance dialect.
Copyright © 1996-2010, Intel Corporation. All rights reserved.