optimization

This commit is contained in:
2022-07-13 11:33:56 +08:00
parent 9a2c98f059
commit 1e162d641b
6 changed files with 128 additions and 83 deletions

View File

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