Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom C/C++ User's Guide - <u>option:</u><b></b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Option:
    Description:

ei
    force enum base type to use at least an int (see ei)

em
    force enum base type to use minimum (see em)

j
    change char default from unsigned to signed (see j)

ri
    return chars and shorts as ints (see ri)

zc
    place literal strings in the code segment (see zc)

zp{1,2,4,8,16}
    pack structure members (see zp[{1,2,4,8,16}])

zt<number>
    set data threshold (see zt<number>)

zv
    (C++ only) enable virtual function removal optimization (see zv)

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson