C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
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
                                    -♦-