You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
365 B

--- a/src/makefile
+++ b/src/makefile
@@ -174,9 +174,8 @@ SO_linux=so
O_linux=o
CC_linux=gcc
DEF_linux=-DLUASOCKET_$(DEBUG)
-CFLAGS_linux=$(LUAINC:%=-I%) $(DEF) -Wall -Wshadow -Wextra \
- -Wimplicit -O2 -ggdb3 -fpic
-LDFLAGS_linux=-O -shared -fpic -o
+CFLAGS_linux=$(LUAINC:%=-I%) $(DEF) -O2
+LDFLAGS_linux=-O -shared -o
LD_linux=gcc
SOCKET_linux=usocket.o