Skip to content

Commit 5317ef2

Browse files
committed
Update README.md
1 parent 4f1316b commit 5317ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ At this point we should be able to build the project by running:
2424
make
2525
```
2626
By default `make` builds a shared library. To build a static library, run make with "static" flag on: `make CFLAGS=-static`.
27-
27+
- note: When building for the 64 bit architecture, "ARCH_64" can be explicitly set like so: `make CFLAGS=-DARCH_64`. This will increase the maximum container capacity to ~2^64. Otherwise the maximum capacity defaults to ~2^32 elements regardless of the target architecture.
2828

2929
Installing the library:
3030
```

0 commit comments

Comments
 (0)