aewl

diff config.mk @ 734:6283adb1fcf2

replaced getproto with a saner function, now old-school artifacts of WM times in the early 90s completely disappeared, no punned pointer warning anymore ;)
author Anselm R. Garbe <arg@suckless.org>
date Wed, 07 Feb 2007 12:37:06 +0100
parents 8997e28553a8
children 9ede7b2d2450
line diff
     1.1 --- a/config.mk	Tue Feb 06 15:29:19 2007 +0100
     1.2 +++ b/config.mk	Wed Feb 07 12:37:06 2007 +0100
     1.3 @@ -17,8 +17,8 @@
     1.4  # flags
     1.5  CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
     1.6  LDFLAGS = ${LIBS}
     1.7 -#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
     1.8 -#LDFLAGS = -g ${LIBS}
     1.9 +CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
    1.10 +LDFLAGS = -g ${LIBS}
    1.11  
    1.12  # Solaris
    1.13  #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"