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

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