optimization

This commit is contained in:
2022-06-04 11:06:12 +08:00
parent 0efa5309a6
commit 9a2c98f059
10 changed files with 275 additions and 368 deletions

View File

@@ -1,8 +1,8 @@
CROSS_COMPILE ?=
CC := $(CROSS_COMPILE)gcc
STRIP := $(CROSS_COMPILE)strip
CFLAGS += -g -O2 -Wall -pthread
LIBS =
CFLAGS += -g -O2 -Wall -pthread
LIBS = -static
OBJ := CProxy
all: main.o http_proxy.o http_request.o httpdns.o httpudp.o conf.o