From e9c9715f52afd3b4e3d512aea9d021e7e1980f63 Mon Sep 17 00:00:00 2001 From: "Enno Boland (tox)" Date: Sun, 2 May 2010 10:59:28 +0200 Subject: Adding small fix by Alex Puterbaugh. Thanks. --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index a5f0b6d..c40df0b 100644 --- a/config.mk +++ b/config.mk @@ -17,7 +17,7 @@ LIBS = -L/usr/lib -lc ${GTKLIB} -lgthread-2.0 # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -O0 -g ${INCS} ${CPPFLAGS} LDFLAGS = -g ${LIBS} # Solaris -- cgit v1.2.3