From c72632dca51146704652eb790889ef4acf1e403b Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Thu, 20 Apr 2006 04:27:01 +0000 Subject: [PATCH] Reverted back to Linux. --- config | 10 +++++----- 1 file 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 #------ # Compiler and linker settings # for Linux -#CC=gcc -#DEF=-DLUASOCKET_DEBUG -#CFLAGS= $(LUAINC) -I$(COMPAT) $(DEF) -pedantic -Wall -O2 -fpic -#LDFLAGS=-O -shared -fpic -#LD=gcc +CC=gcc +DEF=-DLUASOCKET_DEBUG +CFLAGS= $(LUAINC) -I$(COMPAT) $(DEF) -pedantic -Wall -O2 -fpic +LDFLAGS=-O -shared -fpic +LD=gcc #------ # End of makefile configuration