aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2006-04-20 04:27:01 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2006-04-20 04:27:01 +0000
commitc72632dca51146704652eb790889ef4acf1e403b (patch)
tree6a761b921b9d388ae4013665a68c3b6c9e2a5606
parent75f51d5bc7367af6a52700db989499162e8525e8 (diff)
downloadluasocket-c72632dca51146704652eb790889ef4acf1e403b.tar.gz
luasocket-c72632dca51146704652eb790889ef4acf1e403b.tar.bz2
luasocket-c72632dca51146704652eb790889ef4acf1e403b.zip
Reverted back to Linux.
-rw-r--r--config10
1 files changed, 5 insertions, 5 deletions
diff --git a/config b/config
index b849b70..3bed687 100644
--- a/config
+++ b/config
@@ -48,11 +48,11 @@ INSTALL_EXEC=cp
48#------ 48#------
49# Compiler and linker settings 49# Compiler and linker settings
50# for Linux 50# for Linux
51#CC=gcc 51CC=gcc
52#DEF=-DLUASOCKET_DEBUG 52DEF=-DLUASOCKET_DEBUG
53#CFLAGS= $(LUAINC) -I$(COMPAT) $(DEF) -pedantic -Wall -O2 -fpic 53CFLAGS= $(LUAINC) -I$(COMPAT) $(DEF) -pedantic -Wall -O2 -fpic
54#LDFLAGS=-O -shared -fpic 54LDFLAGS=-O -shared -fpic
55#LD=gcc 55LD=gcc
56 56
57#------ 57#------
58# End of makefile configuration 58# End of makefile configuration