X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/39d1ecd5b0b22dbd61ba5206c9f08a187f911b2a..a8e0772c4d977fafb35c5ab9e29e322a9505b71a:/config.mk?ds=sidebyside diff --git a/config.mk b/config.mk index ede70af..f9fb298 100644 --- a/config.mk +++ b/config.mk @@ -22,8 +22,8 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${XINERAMALIBS} CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} #CFLAGS = -Os ${INCS} ${CPPFLAGS} #LDFLAGS = -s ${LIBS} -CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} ${CPPFLAGS} -LDFLAGS = -g ${LIBS} +CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +LDFLAGS = -s ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"