aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config4
1 files changed, 2 insertions, 2 deletions
diff --git a/config b/config
index 3dae91c..eca849d 100644
--- a/config
+++ b/config
@@ -11,9 +11,9 @@ LIB_OPTION= -shared #for Linux
11LIBNAME= $T.so.$V 11LIBNAME= $T.so.$V
12 12
13# Compilation directives 13# Compilation directives
14WARN= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings 14WARN= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings -pedantic
15INCS= -I$(LUA_INC) 15INCS= -I$(LUA_INC)
16CFLAGS= $(WARN) $(INCS) 16CFLAGS= $(WARN) $(INCS)
17CC= gcc 17CC= gcc
18 18
19# $Id: config,v 1.18 2006/12/15 18:04:50 mascarenhas Exp $ 19# $Id: config,v 1.19 2007/05/15 12:58:35 tomas Exp $