On Wed, Jul 19, 2000 at 04:06:38PM +0300, Baruch Even wrote:
> 
> The subject says it all, I want to remove completely the optimizations in
> my development code, that is I want to remove that -O flag from the
> compilation process.
> 
> Preferably an added configure magic so that I won't need to fidget with it
> every time I update my copy.

./autogen.sh
CFLAGS=-g CXXFLAGS=-g ./configure
make

                        ---Kayvan

-- 
Kayvan A. Sylvan                   | Proud husband of      | Father to my kids:
Sylvan Associates, Inc.            | Laura Isabella Sylvan | Katherine Yelena
http://www.successlinks.com/kayvan | Reach your goals now! | Robin Gregory

Reply via email to