adapted c99 for pedantic checks, even if those checks are somewhat broken adc4ec02
Anselm R. Garbe · 2007-10-10 18:57 1 file(s) · +1 −1
config.mk +1 −1
17 17
# flags
18 18
CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
19 19
LDFLAGS = -s ${LIBS}
20 -
#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
20 +
#CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
21 21
#LDFLAGS = -g ${LIBS}
22 22
23 23
# Solaris