[build system: compile with -g by default
VMiklos <vmiklos at frugalware.org>**20051111105520] {
hunk ./src/Makefile 20
-CFLAGS ?= -Wall -O2 -pipe
+CFLAGS ?= -g -Wall -O2 -pipe
hunk ./src/plugins/Makefile 20
-CFLAGS ?= -Wall -O2 -pipe
+CFLAGS ?= -g -Wall -O2 -pipe
}