Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] Compiler flag ignored on VS 2005

From: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
Date: Tue, 29 May 2007 11:27:19 +0100
FWIW the compiler options for packet-rrc.c in epan/dissectors/Makefile.nmake
are ignored on VS2005 as the -Zd flag no longer exists:

# disabled debug for large dissectors
packet-rrc.obj : packet-rrc.c
   $(CC) $(CVARSDLL) $(CFLAGS) -Zd -Fd.\ -c $?


I presume this does achieve something on MSVC6.

-- 
Regards,

Graham Bloice