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:

d0
    (C++ only) no debugging information (see d0)

d1
    line number debugging information (see d1)

d1+
    (C only) line number debugging information plus typing information for
    global symbols and local structs and arrays (see d1+)

d2
    full symbolic debugging information (see d2)

d2i
    (C++ only) d2 and debug inlines; emit inlines as external out-of-line
    functions (see d2i)

d2s
    (C++ only) d2 and debug inlines; emit inlines as static out-of-line
    functions (see d2s)

d2t
    (C++ only) d2 but without type names (see d2t)

d3
    full symbolic debugging with unreferenced type names (see d3)

d3i
    (C++ only) d3 plus debug inlines; emit inlines as external out-of-line
    functions (see d3i)

d3s
    (C++ only) d3 plus debug inlines; emit inlines as static out-of-line
    functions (see d3s)

ee
    call epilogue hook routine (see ee)

en
    emit routine names in the code segment (see en)

ep[<number>]
    call prologue hook routine with number stack bytes available (see
    ep[<number>])

et
    Pentium profiling (see et)

h{w,d,c}
    set debug output format (Watcom, Dwarf, Codeview) (see h{w,d,c})

s
    remove stack overflow checks (see s)

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