The following commit has been merged in the master branch:
commit 50aebcf2f96c5837f8765c4d0bf0f0020a0e33fb
Author: Sven Eckelmann <sven(a)narfation.org>
Date: Mon Dec 5 20:32:29 2011 +0100
batmand: Remove wrong information about daemon size reduction
33a5773ab39a089870667634e08ce98fad1a2fd1 introduced a regression in the
documentation. It recommended to use non-existing options DEBUG_GREATER_2 abd
ENABLE_EASTEREGG in the Makefile. Also adding those variables doesn't change
the behavior of the build system at all.
Signed-off-by: Sven Eckelmann <sven(a)narfation.org>
diff --git a/INSTALL b/INSTALL
index 58be950..41566ab 100644
--- a/INSTALL
+++ b/INSTALL
@@ -35,28 +35,6 @@ running, because it requires to install a different kernel.
Remove the comment hash (#) leading this line in the Makefile:
#NO_POLICY_ROUTING = -DNO_POLICY_ROUTING
-
-Reducing the batmand daemon size:
-
-In case you don't need debug output levels greater than 2 (debug level 1
-shows originators, debug level 2 shows Internet gateways), add a
-comment hash leading this line in the Makefile:
-
-DEBUG_GREATER_2 = -DDEBUG
-
-This will skip tons of debug information from the binary and save about 8 KB.
-
-
-Disable the easter-egg. The developers thought it would be fancy to have a
-easter-egg. If you are bartering for every single byte of binary size, you
-can disable it as well. Add a hash to this line:
-
-ENABLE_EASTEREGG = -DEASTEREGG
-
-This will save another 4 KB.
-
-
-
Compiling
---------
--
batmand