summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2023-01-12 23:15:09 +0100
committerAnton Luka Šijanec <anton@sijanec.eu>2023-01-12 23:15:09 +0100
commit3d03649c1f3c572c39eee1a2453bc69c40decfa9 (patch)
tree7760df657a056c0059463c9011ec4c5a5f42b154 /makefile
parentattempts to fix ping flood and sybil attacks (diff)
downloadtravnik-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 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 35826df..a348ba3 100644
--- a/makefile
+++ b/makefile
@@ -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: