Skip to content

Commit

Permalink
merged additional building information
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan007 committed Aug 15, 2020
1 parent 7a52718 commit b954cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Building.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` maybe 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 `-D LOW_MEM_FOOTPRINT` eventually specified along with other options of choice during configuration:

`./configure CFLAGS="-O3 -march=native -D LOW_MEM_FOOTPRINT"`

0 comments on commit b954cc3

Please sign in to comment.