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

Wireshark-dev: Re: [Wireshark-dev] How to turn off optimization while compiling Wireshark on l

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 7 Apr 2009 11:59:32 -0700

On Apr 7, 2009, at 11:54 AM, siri m wrote:

CXXFLAGS=-g -O0

Wireshark is written in C, not C++; did you mean

	CFLAGS="-g -O0"