summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2023-01-10 11:53:56 +0100
committerAnton Luka Šijanec <anton@sijanec.eu>2023-01-10 11:53:56 +0100
commit458ca31cc617831dbe05d129fffa5e023c06d3e4 (patch)
treee57db0d055cd19085462d9f0a9af4bef2dc9eebb /makefile
parentdownloading metadata over tcp works, asan reports a memory leak about nodes (diff)
downloadtravnik-458ca31cc617831dbe05d129fffa5e023c06d3e4.tar
travnik-458ca31cc617831dbe05d129fffa5e023c06d3e4.tar.gz
travnik-458ca31cc617831dbe05d129fffa5e023c06d3e4.tar.bz2
travnik-458ca31cc617831dbe05d129fffa5e023c06d3e4.tar.lz
travnik-458ca31cc617831dbe05d129fffa5e023c06d3e4.tar.xz
travnik-458ca31cc617831dbe05d129fffa5e023c06d3e4.tar.zst
travnik-458ca31cc617831dbe05d129fffa5e023c06d3e4.zip
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 534a876..35826df 100644
--- a/makefile
+++ b/makefile
@@ -1,6 +1,6 @@
DESTDIR=/
CC=cc
-MYCFLAGS=-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` -Wall -Wextra -Wformat -pedantic -g -Isrc -Itmp -Itiny-AES-c # -fsanitize=address
MYLDFLAGS=-lresolv -lmd
default: