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.
Fast Compile and Quick Compile: Incompatible Options
                                             Up Contents Index Back
─────C/C++ Compiler─────────────────────────────────────────────────────────
 
     If you use /f (or /qc) or /Oq, the following options produce
     errors when you compile:
 
     CL Option     Description
 
     /FPa          Selects fast alternate math package
     /FPc          Selects emulation calls math package
     /FPc87        Selects 8087 calls math package
     /Fs           Names source listing file
     /Ss           Specifies title for source file listing
     /St           Specifies subtitle for source file listing
     /Sl           Specifies line length for source file listing
     /Sp           Specifies page length for source file listing
                                    -♦-