◄Up► ◄Contents► ◄Index► ◄Back► ─────C/C++ Compiler───────────────────────────────────────────────────────── Syntax: /Zd This option produces an object file containing only public symbols (global/external) and line numbers. This is useful if you want to save object/memory space for CodeView. -♦-