◄Up► ◄Contents► ◄Index► ◄Back► ─────C/C++ Compiler───────────────────────────────────────────────────────── Syntax: /Gx The /G<x> options enable you to control code generation. You can ■ Set the instructions appropriate to your processor ■ Control calling conventions ■ Specify other conditions for generating code See also: ◄Processor-Specific Instructions (/G0, /G1, /G2, /G3, /G4)► ◄C Calling Convention (/Gd)► ◄Fastcall Calling Convention (/Gr)► ◄Pascal Calling Convention (/Gc)► ◄Compiling for Windows► ◄Removing Stack Probes (/Gs)► ◄Data Size Threshold (/Gt)► -♦-