aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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