On Sa, 09.07.2005 02:47, Antony Dovgal wrote: >One more question: does anybody mind if I add --enable-debug switch to >the configure ? It's quite unconvenient to edit src/Makefile to get >"-02" removed and get "-Wall" inserted. Also, it would be nice to have >several levels of debug which would differ by they debug output. In case you're not aware of this workaround: Instead of editing all Makefiles in all subdirectories, you can set your preprocessor flags by means of environment variables at configure time. Assuming bash: user@host> CFLAGS="-g -Wall" ./configure Holger