From 8a58b25cb7f239efa2f3df7c8aa088030f12aeda Mon Sep 17 00:00:00 2001 From: "anselm@aab" Date: Sun, 6 Jul 2008 13:29:19 +0100 Subject: updated sic --- config.mk | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 96bd531..fe059aa 100644 --- a/config.mk +++ b/config.mk @@ -12,10 +12,9 @@ INCS = -I. -I/usr/include LIBS = -L/usr/lib -lc # flags -CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" -LDFLAGS = ${LIBS} -#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" -#LDFLAGS = -g ${LIBS} +CPPFLAGS = -DVERSION=\"${VERSION}\" -D_GNU_SOURCE +CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +LDFLAGS = -s ${LIBS} # compiler and linker CC = cc -- cgit v1.2.3