diff options
Diffstat (limited to 'config')
-rw-r--r-- | config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,9 +11,9 @@ LIB_OPTION= -shared #for Linux | |||
11 | LIBNAME= $T.so.$V | 11 | LIBNAME= $T.so.$V |
12 | 12 | ||
13 | # Compilation directives | 13 | # Compilation directives |
14 | WARN= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings | 14 | WARN= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings -pedantic |
15 | INCS= -I$(LUA_INC) | 15 | INCS= -I$(LUA_INC) |
16 | CFLAGS= $(WARN) $(INCS) | 16 | CFLAGS= $(WARN) $(INCS) |
17 | CC= gcc | 17 | CC= 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 $ |