Browse Source

aarch64. binaries compile with -O3

pull/31/head
bolvan 6 years ago
parent
commit
86b218c511
  1. BIN
      binaries/aarch64/ip2net
  2. BIN
      binaries/aarch64/nfqws
  3. BIN
      binaries/aarch64/tpws
  4. BIN
      binaries/mips32r1-lsb/ip2net
  5. BIN
      binaries/mips32r1-lsb/nfqws
  6. BIN
      binaries/mips32r1-lsb/tpws
  7. BIN
      binaries/mips32r1-msb/ip2net
  8. BIN
      binaries/mips32r1-msb/nfqws
  9. BIN
      binaries/mips32r1-msb/tpws
  10. BIN
      binaries/x86/ip2net
  11. BIN
      binaries/x86/nfqws
  12. BIN
      binaries/x86/tpws
  13. BIN
      binaries/x86_64/ip2net
  14. BIN
      binaries/x86_64/nfqws
  15. BIN
      binaries/x86_64/tpws
  16. 2
      nfq/Makefile
  17. 2
      tpws/Makefile

BIN
binaries/aarch64/ip2net

Binary file not shown.

BIN
binaries/aarch64/nfqws

Binary file not shown.

BIN
binaries/aarch64/tpws

Binary file not shown.

BIN
binaries/mips32r1-lsb/ip2net

Binary file not shown.

BIN
binaries/mips32r1-lsb/nfqws

Binary file not shown.

BIN
binaries/mips32r1-lsb/tpws

Binary file not shown.

BIN
binaries/mips32r1-msb/ip2net

Binary file not shown.

BIN
binaries/mips32r1-msb/nfqws

Binary file not shown.

BIN
binaries/mips32r1-msb/tpws

Binary file not shown.

BIN
binaries/x86/ip2net

Binary file not shown.

BIN
binaries/x86/nfqws

Binary file not shown.

BIN
binaries/x86/tpws

Binary file not shown.

BIN
binaries/x86_64/ip2net

Binary file not shown.

BIN
binaries/x86_64/nfqws

Binary file not shown.

BIN
binaries/x86_64/tpws

Binary file not shown.

2
nfq/Makefile

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

2
tpws/Makefile

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

Loading…
Cancel
Save