Browse Source

Remove define that no longer does anything

pull/1131/head
Hamish Coleman 1 year ago
parent
commit
a0c2af5f78
  1. 2
      .github/workflows/tests.yml

2
.github/workflows/tests.yml

@ -63,7 +63,7 @@ jobs:
--enable-cap \
--enable-pcap \
--with-zstd \
CFLAGS="-O3 -DN2N_OPTION_USE_PORTMAPPING"
CFLAGS="-O3"
make test
lint:

Loading…
Cancel
Save