ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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