From 31efe1f4b2eea1d89aac23098391982172eb1690 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 24 Dec 2014 13:02:13 +0100 Subject: retested with clang and tcc --- src/GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/GNUmakefile b/src/GNUmakefile index b6d48e3..f6af413 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -2,7 +2,10 @@ all: biruda workertest +# gcc/clang CFLAGS = -g -O0 -std=c99 -Wall -pedantic -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE +# tcc +#CFLAGS = -g CFLAGS += -I/usr/local/include -I3rdParty/linenoise -I3rdParty/http_tiny CFLAGS += `pkg-config --cflags glib-2.0` LDFLAGS = -L/usr/local/lib -- cgit v1.2.3-54-g00ecf