QUICK C COMPILER OPTIONS -MEMORY MODEL- /AS small model (default) /AC compact model /AM medium model /AL large model -OPTIMIZATION- /O enable optimization (same as /Ot) /Od disable optimizations /Ol enable loop optimizations /Ox enable optimization (same as /Otl) /Ot enable optimization -CODE GENERATION- /G0 8086 instructions (default) /G2 286 instructions /Gc Pascal style function calls /Gs no stack checking /Gt[number] data size threshold -OUTPUT FILES- /Fb[bound executable file] /Fe /Fm[map file] /Fo -PREPROCESSOR- /C don't strip comments /D[=text] define macro /E preprocess to stdout /EP same as /E but no #line /I add #include path /P preprocess to file /U remove predefined macro /u remove all predefined macros /X ignore "standard places" -LANGUAGE- /Za disable extensions /Zd line number information /Ze enable extensions (default) /Zi symbolic debugging information /Zl remove default library info /Zp pack structures /Zq enable debug interrupts /Zr enable pointer checking /Zs syntax check only -FLOATING POINT- /FPi inline with emulator (default) /FPi87 inline with 8087 -MISCELLANEOUS- /c compile only, no link /W warning level -LINKING- /F stack size (hex. bytes) /Lc link compatibility mode executable /Lr link compatibility mode executable /Lp link protect mode executable /link [linker_options_and_libraries]