diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2023-01-12 23:15:09 +0100 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2023-01-12 23:15:09 +0100 |
commit | 3d03649c1f3c572c39eee1a2453bc69c40decfa9 (patch) | |
tree | 7760df657a056c0059463c9011ec4c5a5f42b154 /makefile | |
parent | attempts to fix ping flood and sybil attacks (diff) | |
download | travnik-3d03649c1f3c572c39eee1a2453bc69c40decfa9.tar travnik-3d03649c1f3c572c39eee1a2453bc69c40decfa9.tar.gz travnik-3d03649c1f3c572c39eee1a2453bc69c40decfa9.tar.bz2 travnik-3d03649c1f3c572c39eee1a2453bc69c40decfa9.tar.lz travnik-3d03649c1f3c572c39eee1a2453bc69c40decfa9.tar.xz travnik-3d03649c1f3c572c39eee1a2453bc69c40decfa9.tar.zst travnik-3d03649c1f3c572c39eee1a2453bc69c40decfa9.zip |
Diffstat (limited to '')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ DESTDIR=/ CC=cc -MYCFLAGS=-DHARDCODED_DNS=`(host ipv6.sijanec.eu || echo no_host_program_on_build_host) | tail -n1 | rev | cut -d\ -f1 | rev` -Wall -Wextra -Wformat -pedantic -g -Isrc -Itmp -Itiny-AES-c # -fsanitize=address +MYCFLAGS=-DHARDCODED_DNS=`(host ipv6.sijanec.eu || echo no_host_program_on_build_host) | tail -n1 | rev | cut -d\ -f1 | rev` -O0 -Wall -Wextra -Wformat -pedantic -g -Isrc -Itmp -Itiny-AES-c # -fsanitize=address MYLDFLAGS=-lresolv -lmd default: |