Mercurial > aewl
changeset 193:7c0527dd63cd
no need for -g anymore, regexp matching works now
author | arg@10ksloc.org |
---|---|
date | Fri, 04 Aug 2006 17:04:50 +0200 (2006-08-04) |
parents | 30b321919a93 |
children | 655e38416bb8 |
files | config.mk |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/config.mk Fri Aug 04 15:47:50 2006 +0200 +++ b/config.mk Fri Aug 04 17:04:50 2006 +0200 @@ -15,10 +15,10 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 # flags -#CFLAGS = -O3 ${INCS} -DVERSION=\"${VERSION}\" -#LDFLAGS = ${LIBS} -CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" -LDFLAGS = -g ${LIBS} +CFLAGS = -O3 ${INCS} -DVERSION=\"${VERSION}\" +LDFLAGS = ${LIBS} +#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" +#LDFLAGS = -g ${LIBS} # compiler CC = cc