X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=config.mk;h=c40df0b65ce9cdf08d65154e5f2d137b2a241560;hp=a5f0b6d7249bcae152bf6d9d06c91c7b182b128c;hb=e9c9715f52afd3b4e3d512aea9d021e7e1980f63;hpb=4b1b1b8a2070793e7f6467f2005d6fbd1ae63065 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