René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

CL options

/arch:xxx

/arch:SSE2

Emits code targeted at the SSE2 registers and instructions.
See also /G7

/CLR

Targets the .NET common language runtime.

/GL

Whole Program Optimization.

/GS

Enables buffer security check.
See also here, here and here

/G7

Emits code optimized for the Pentium 4 or AMD Athlon.
See also /arch:SSE2.

/RTCx

/RTCs

Stack frame run-time error checking.

/RTCc

Detecting assignments that resulted in data loss.

/RTCu

Reporting uninitialized variables.