微小优化
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,7 +1,7 @@
|
||||
CROSS_COMPILE ?=
|
||||
CC := $(CROSS_COMPILE)gcc
|
||||
STRIP := $(CROSS_COMPILE)strip
|
||||
CFLAGS += -g -Wall -Iip2region
|
||||
CFLAGS += -g -Wall -fsanitize=address -Iip2region
|
||||
LIBS =
|
||||
BIN := denyip
|
||||
|
||||
|
||||
Reference in New Issue
Block a user