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

Ethereal-dev: Re: [Ethereal-dev] H.225 problem, and running under gdb

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Sat, 19 Jun 2004 03:40:17 -0700
On Sat, Jun 19, 2004 at 11:37:58AM +0100, Martin Mathieson wrote:
> I couldn't find a convenient configure option or makefile target to get rid
> of the -O2.  Is there one?

No, not really - I just manually edit the Makefile in cases where the
optimizer mixes the code up too much to make it easy to debug.

The "-O2" might be generated from some standard autoconf macro, so it
might take some work to make it configurable.