On Sat, Sep 27, 2008 at 06:25:41PM -0700, Burlyga, Alex wrote: > I was wondering if there is a way to compile wireshark with no > optimization turned on (without -O2 flag) without editing Makefile?
Setting the CFLAGS environment variable to -O0 (oh zero) works for me. You need to run the configure script after doing this though and make clean if you want it to recompile everything with -O0. Steve _______________________________________________ Wireshark-dev mailing list [email protected] https://wireshark.org/mailman/listinfo/wireshark-dev
