X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.mk;h=30489caeecb347d0b8475adc585e12e9dd42c7eb;hb=f02e652fa03809056b8cd9bafd2549df2db1552f;hp=e62e033ed82c2a9fb19fa332c309625344175fe0;hpb=a0e269b6bd9d7a70148f4ccbc733df35f071ba74;p=surf.git diff --git a/config.mk b/config.mk index e62e033..30489ca 100644 --- a/config.mk +++ b/config.mk @@ -20,7 +20,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${GTKLIB} -lgthread-2.0 \ # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +CFLAGS = -g -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} LDFLAGS = -g ${LIBS} # Solaris