log configure.in @ 1262:d66f57063cc3

age author description
Mon, 26 Jan 2009 14:49:09 +0000 zas_ Move -Wall before -Wno-* options for them to have any effect.
Mon, 26 Jan 2009 14:18:08 +0000 zas_ Keep -O0 over -O2 as requested by Vladimir.
Mon, 26 Jan 2009 08:36:23 +0000 zas_ Add -Wformat and -Wformat-security gcc options when --enable-debug-flags is set, move default optimization to -O2 by default (-O0 is only useful for specific debugging purposes).
Sun, 25 Jan 2009 16:58:19 +0000 nadvornik fixed gthread detection
Sat, 24 Jan 2009 10:09:29 +0000 nadvornik updated version string
Wed, 21 Jan 2009 18:30:54 +0000 nadvornik enable threads by default
Sun, 07 Dec 2008 15:51:50 +0000 zas_ Fix patch 1290: we only want to remove unused parameter warnings not all warnings produced by -Wextra, so just disable then using -Wno-unused-parameter and re-add -Wextra (was -W, but this is the old name).