fred wrote:
How do I get this config option to generate -g -O0 instead of -g -O2
Hi Fred, how about: $ ./configure --with-cflags="-g -OO" [...] ?? Or do we "hard" encode -O2 somewhere in the configure.in macros? Stipe ------------------------------------------------------------------- Kölner Landstrasse 419 40589 Düsseldorf, NRW, Germany tolj.org system architecture Kannel Software Foundation (KSF) http://www.tolj.org/ http://www.kannel.org/ mailto:st_{at}_tolj.org mailto:stolj_{at}_kannel.org -------------------------------------------------------------------
