diff -r 96b47c0505b5 -r 442bed4a072e config.mk --- a/config.mk Thu Oct 23 20:49:34 2014 +0400 +++ b/config.mk Fri Oct 24 14:13:46 2014 +0400 @@ -13,8 +13,8 @@ STATUS_LIBS = -L/usr/lib STATUS_INCS = STATUS_CPPFLAGS = -DVERSION=\"${VERSION}\" -STATUS_CFLAGS = -std=c99 -pedantic -Wall -Os ${STATUS_INCS} ${STATUS_CPPFLAGS} -STATUS_LDFLAGS = ${STATUS_LIBS} -static +STATUS_CFLAGS = -g -std=c99 -pedantic -Wall -Os ${STATUS_INCS} ${STATUS_CPPFLAGS} +STATUS_LDFLAGS = -g ${STATUS_LIBS} -static STATUS = status-time status-mem status-loadavg status-wifi status-bat # compiler and linker