aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config6
1 files changed, 1 insertions, 5 deletions
diff --git a/config b/config
index 4f20337..b6ef38c 100644
--- a/config
+++ b/config
@@ -12,13 +12,9 @@ LIBNAME= lib$T-$V.so
12COMPAT_DIR= ../compat/src 12COMPAT_DIR= ../compat/src
13 13
14# Compilation directives 14# Compilation directives
15# On FreeBSD systems, the following line should be commented
16#DLLIB= -ldl
17#LUA_LIBS= -llua50 -lm
18WARN= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings 15WARN= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings
19INCS= -I$(LUA_INC) -I$(COMPAT_DIR) 16INCS= -I$(LUA_INC) -I$(COMPAT_DIR)
20LIBS= $(LUA_LIBS) $(DLLIB)
21CFLAGS= $(WARN) $(INCS) 17CFLAGS= $(WARN) $(INCS)
22CC= gcc 18CC= gcc
23 19
24# $Id: config,v 1.12 2005/06/06 20:10:10 tomas Exp $ 20# $Id: config,v 1.13 2005/06/10 13:01:15 tomas Exp $