diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2006-04-20 04:27:01 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2006-04-20 04:27:01 +0000 |
commit | c72632dca51146704652eb790889ef4acf1e403b (patch) | |
tree | 6a761b921b9d388ae4013665a68c3b6c9e2a5606 | |
parent | 75f51d5bc7367af6a52700db989499162e8525e8 (diff) | |
download | luasocket-c72632dca51146704652eb790889ef4acf1e403b.tar.gz luasocket-c72632dca51146704652eb790889ef4acf1e403b.tar.bz2 luasocket-c72632dca51146704652eb790889ef4acf1e403b.zip |
Reverted back to Linux.
-rw-r--r-- | config | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 | 51 | CC=gcc |
52 | #DEF=-DLUASOCKET_DEBUG | 52 | DEF=-DLUASOCKET_DEBUG |
53 | #CFLAGS= $(LUAINC) -I$(COMPAT) $(DEF) -pedantic -Wall -O2 -fpic | 53 | CFLAGS= $(LUAINC) -I$(COMPAT) $(DEF) -pedantic -Wall -O2 -fpic |
54 | #LDFLAGS=-O -shared -fpic | 54 | LDFLAGS=-O -shared -fpic |
55 | #LD=gcc | 55 | LD=gcc |
56 | 56 | ||
57 | #------ | 57 | #------ |
58 | # End of makefile configuration | 58 | # End of makefile configuration |