Optimize gcc10 compilation error

Set the maximum number of open files per process
This commit is contained in:
2020-09-09 21:55:48 +08:00
parent 9ba3f7dcf1
commit c7d9d6ab03
9 changed files with 42 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
CROSS_COMPILE ?=
CC := $(CROSS_COMPILE)gcc
STRIP := $(CROSS_COMPILE)strip
CFLAGS += -g -O2 -Wall -pthread -fcommon
CFLAGS += -g -O2 -Wall -pthread
LIBS =
OBJ := CProxy