aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authortomas <tomas>2005-06-10 13:01:15 +0000
committertomas <tomas>2005-06-10 13:01:15 +0000
commit26d207052c41bc95366dad263dde77c7a5cb17e1 (patch)
tree39172fd4bf4aa7a97040eeb0f4213a2b08941230 /config
parent82926a72edd9de0204dcf48d280fb3433dbe05f1 (diff)
downloadluafilesystem-26d207052c41bc95366dad263dde77c7a5cb17e1.tar.gz
luafilesystem-26d207052c41bc95366dad263dde77c7a5cb17e1.tar.bz2
luafilesystem-26d207052c41bc95366dad263dde77c7a5cb17e1.zip
Cleaning unused libraries while building .so.
Diffstat (limited to '')
-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 $