From 3ed3f4e82615d2e5a4d8cde5a3acc73e9958f450 Mon Sep 17 00:00:00 2001 From: Logan007 Date: Sun, 16 Aug 2020 02:10:43 +0545 Subject: [PATCH] merged additional building information --- doc/Building.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Building.md b/doc/Building.md index 7bacc06..3194dde 100644 --- a/doc/Building.md +++ b/doc/Building.md @@ -90,7 +90,7 @@ See `edge.exe --help` and `supernode.exe --help` for a list of supported options ## Low Memory Footprint -Some parts of the code (well, one for now: Pearson hashing) offer an optional low memory footprint if compiled using with the macro `LOW_MEM_FOOTPRINT`. GCC will make it happen with `-D LOW_MEM_FOOTPRINT` eventually specified along with other options of choice during configuration: +Some parts of the code (well, one for now: Pearson hashing) offer an optional low memory footprint if compiled using with the macro `LOW_MEM_FOOTPRINT`. GCC will make it happen with `-DLOW_MEM_FOOTPRINT` eventually specified along with other options of choice during configuration: -`./configure CFLAGS="-O3 -march=native -D LOW_MEM_FOOTPRINT"` +`./configure CFLAGS="-O3 -march=native -DLOW_MEM_FOOTPRINT"`