C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Code Generation (/G)
                                             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)
                                    -♦-