kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit c95aac54a2f0307c2b6a227107103f622e0d65a3
parent d7bbb544244eb9e8b4dd2fc42b7c230711905bd9
Author: Joris Vink <joris@coders.se>
Date:   Fri,  4 Dec 2015 22:57:32 +0100

Merge pull request #87 from Houdini/master

Better CFLAGS and CFLAGS limit
Diffstat:
src/cli.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/cli.c b/src/cli.c @@ -57,8 +57,8 @@ #define PRI_TIME_T "ld" #endif -#define LD_FLAGS_MAX 10 -#define CFLAGS_MAX 10 +#define LD_FLAGS_MAX 30 +#define CFLAGS_MAX 30 struct cmd { const char *name;