Wireshark-dev: Re: [Wireshark-dev] How to turn off optimization while compiling Wireshark on linux?
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"