diff options
-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 |