comparison config.mk @ 268:a47b3b0d7bf4

applied Sanders LD and resize patches
author Anselm R.Garbe <arg@10ksloc.org>
date Mon, 14 Aug 2006 08:43:19 +0200
parents 340281a6dfdb
children 1f52b380769e
comparison
equal deleted inserted replaced
267:8a8ea74e1b87 268:a47b3b0d7bf4
18 CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" 18 CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
19 LDFLAGS = ${LIBS} 19 LDFLAGS = ${LIBS}
20 #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" 20 #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
21 #LDFLAGS = -g ${LIBS} 21 #LDFLAGS = -g ${LIBS}
22 22
23 # compiler 23 # compiler and linker
24 CC = cc 24 CC = cc
25 LD = ${CC}