summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-02-18 12:32:00 -0500
committerNick Mathewson <nickm@torproject.org>2020-02-18 12:46:10 -0500
commitc43a2452921ac86e65eb70797c8a82b82c2b4076 (patch)
treecef341f060c37e4b6d586aa0f91720e18c9a3cdf /changes
parent1f06f494c8ce45946e565237a8a52785a8ece447 (diff)
downloadtor-c43a2452921ac86e65eb70797c8a82b82c2b4076.tar.gz
tor-c43a2452921ac86e65eb70797c8a82b82c2b4076.zip
Disable dns.c when relay mode is disabled.
This saves about 1% for me on a binary compiled without relay mode. Closes ticket 33366.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket333663
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket33366 b/changes/ticket33366
new file mode 100644
index 0000000000..1310c493c2
--- /dev/null
+++ b/changes/ticket33366
@@ -0,0 +1,3 @@
+ o Minor features (compilation size):
+ - Most Server-side DNS code is now disabled when building without
+ support for relay mode. Closes ticket 33366.