|
d macros47 /EP preprocess to stdout, no #line /I add to include search path48 /P preprocess to file /X ignore "standard places"49 50 -LANGUAGE-51 52 /Zi enable debugging information /Zl omit default library name in .OBJ53 /ZI enable Edit and Continue debug info /Zg generate function prototypes54 55 /Z7 enable old-style debug info /Zs syntax check only56 /Zd line number debugging info only /vd{0|1} disable/enable vtordisp57 /Zp[n] pack structs on n-byte boundary /vm type of pointers to members58 /Za disable extensions (implies /Op) /noBool disable "bool" keyword59 /Ze enable extensions (default)60 61 -MISCELLANEOUS-62 63 / , /help print this help message /V set version string64 /c compile only, no link /w disable all warnings65 /H max external name length /W set warning level (default n=1)66 /J default ch
|