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.
C/C++ Compiler Index
                                             Up Contents Index Back
──C/C++ Compiler Index──────────────────────────────────────────────────────
 
  ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐
  │ABCDEFGHIJKLMNOPQRSTUVW│X-Z│*│
  └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
 
    /X                       Include-File Options
 
    /Yc                      Precompiled Header Options
                             Creating Precompiled Headers
 
    /Yd                      Precompiled Header Options
                             Include Debugging Information
 
    /Yu                      Precompiled Header Options
                             Use Precompiled Header
 
    /Za                      Enabling and Disabling Language Extensions
                             Language Extensions: Details
 
    /Zd                      Preparing for Debugging
                             Minimal Debugging Information
 
    /Ze                      Enabling and Disabling Language Extensions
                             Language Extensions: Details
 
    /Zf                      Accept __far Keyword (32-Bit Only)
 
    /Zg                      Generating Function Declarations
 
    /Zi                      Preparing for Debugging
                             Generating Debugging Information
 
    /Zl                      Omitting Default Library Name
 
    /Zn                      Turn Off SBRPACK Utility
 
    /Zp                      Packing Structure Members
 
    /Zr                      Check Null Pointers
 
    /Zs                      Checking Syntax
                                    -♦-