X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/e046ee18f92569ca67b323757421c5e9b6637d0d..d1ae2e785d26d944fb4b228c2e025528cd8b780b:/config.mk diff --git a/config.mk b/config.mk index 4888003..8e404d6 100644 --- a/config.mk +++ b/config.mk @@ -16,9 +16,9 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lasound # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -D_GNU_SOURCE -CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wno-unused-function -Wall -Wextra -O0 ${INCS} ${CPPFLAGS} #CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} -LDFLAGS = -g ${LIBS} +LDFLAGS = ${LIBS} #LDFLAGS = -s ${LIBS} # Solaris