farbfeld

suckless image format with conversion tools
git clone git://git.suckless.org/farbfeld
Log | Files | Refs | README | LICENSE

commit 0b0fcaa7136d7de2e1bc5dc05a576f5fe5608995
parent 787ebb0e40e5e89ce9d5d56dfdf7065a63b4abe5
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Fri, 31 Jul 2015 14:24:24 +0200

config.mk: use c99, not -c90+ansi, unrecognized on OpenBSD

Diffstat:
Mconfig.mk | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.mk b/config.mk @@ -13,10 +13,10 @@ GIF_LIBS = -lgif CPPFLAGS = # debug -#CFLAGS = -std=c90 -ansi -pedantic -Wall -Wextra -O0 -g -ggdb ${CPPFLAGS} +#CFLAGS = -std=c99 -pedantic -Wall -Wextra -O0 -g -ggdb ${CPPFLAGS} #LDFLAGS = ${LIBS} # optimized -CFLAGS = -std=c90 -ansi -pedantic -Wall -Wextra -Os ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -Wextra -Os ${CPPFLAGS} LDFLAGS = -s ${LIBS} # compiler and linker