mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-19 05:22:58 +03:00
aarch64. binaries compile with -O3
This commit is contained in:
parent
bb390921cb
commit
86b218c511
BIN
binaries/aarch64/ip2net
Executable file
BIN
binaries/aarch64/ip2net
Executable file
Binary file not shown.
BIN
binaries/aarch64/nfqws
Executable file
BIN
binaries/aarch64/nfqws
Executable file
Binary file not shown.
BIN
binaries/aarch64/tpws
Executable file
BIN
binaries/aarch64/tpws
Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
CC ?= gcc
|
||||
CFLAGS ?= -s
|
||||
CFLAGS ?= -s -O3
|
||||
LIBS = -lnetfilter_queue -lnfnetlink
|
||||
SRC_FILES = *.c
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
CC ?= gcc
|
||||
CFLAGS += -s
|
||||
CFLAGS += -s -O3
|
||||
LIBS =
|
||||
SRC_FILES = *.c
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user