aarch64. binaries compile with -O3

This commit is contained in:
bolvan 2019-04-16 19:40:31 +03:00
parent bb390921cb
commit 86b218c511
17 changed files with 2 additions and 2 deletions

BIN
binaries/aarch64/ip2net Executable file

Binary file not shown.

BIN
binaries/aarch64/nfqws Executable file

Binary file not shown.

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.

View File

@ -1,5 +1,5 @@
CC ?= gcc
CFLAGS ?= -s
CFLAGS ?= -s -O3
LIBS = -lnetfilter_queue -lnfnetlink
SRC_FILES = *.c

View File

@ -1,5 +1,5 @@
CC ?= gcc
CFLAGS += -s
CFLAGS += -s -O3
LIBS =
SRC_FILES = *.c