aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config6
1 files changed, 3 insertions, 3 deletions
diff --git a/config b/config
index bef8d72..d6085ad 100644
--- a/config
+++ b/config
@@ -23,7 +23,7 @@ LUAINC=-I/usr/include/lua5.1
23#------ 23#------
24# Compat-5.1 directory 24# Compat-5.1 directory
25# 25#
26#COMPAT=compat-5.1r5 26#COMPAT=-Icompat-5.1r5
27 27
28#------ 28#------
29# Top of your Lua installation 29# Top of your Lua installation
@@ -47,7 +47,7 @@ INSTALL_EXEC=cp
47# 47#
48#CC=gcc 48#CC=gcc
49#DEF= -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN 49#DEF= -DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN
50#CFLAGS= $(LUAINC) -I$(COMPAT) $(DEF) -pedantic -Wall -O2 -fno-common 50#CFLAGS= $(LUAINC) $(COMPAT) $(DEF) -pedantic -Wall -O2 -fno-common
51#LDFLAGS=-bundle -undefined dynamic_lookup 51#LDFLAGS=-bundle -undefined dynamic_lookup
52#LD=export MACOSX_DEPLOYMENT_TARGET="10.3"; gcc 52#LD=export MACOSX_DEPLOYMENT_TARGET="10.3"; gcc
53 53
@@ -56,7 +56,7 @@ INSTALL_EXEC=cp
56# for Linux 56# for Linux
57CC=gcc 57CC=gcc
58DEF=-DLUASOCKET_DEBUG 58DEF=-DLUASOCKET_DEBUG
59CFLAGS= $(LUAINC) $(DEF) -pedantic -Wall -O2 -fpic 59CFLAGS= $(LUAINC) $(COMPAT) $(DEF) -pedantic -Wall -O2 -fpic
60LDFLAGS=-O -shared -fpic 60LDFLAGS=-O -shared -fpic
61LD=gcc 61LD=gcc
62 62