Skip to content

Commit 1e14f80

Browse files
authored
Update build-from-source.md (#6087)
1 parent 8b1a2fe commit 1e14f80

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/build-from-source.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ cd build-opt && ninja dragonfly
5858
| Option | Description |
5959
| ---------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
6060
| WITH_AWS | Include AWS client. Required for cloud snapshots |
61+
| WITH_GCP | Include GCP client. Required for cloud snapshots |
62+
| WITH_GPERF | Include gperf tracing profiler |
63+
| WITH_TIERING | Include tiered storage module |
6164
| WITH_SEARCH | Include Search module |
6265
| WITH_COLLECTION_CMDS | Include commands for collections (SET, HSET, ZSET) |
6366
| WITH_EXTENSION_CMDS | Include extension commands (Bloom, HLL, JSON, ...) |
@@ -66,7 +69,7 @@ cd build-opt && ninja dragonfly
6669
Minimal debug build:
6770

6871
```bash
69-
./helio/blaze.sh -DWITH_AWS=OFF -DWITH_SEARCH=OFF -DWITH_COLLECTION_CMDS=OFF -DWITH_EXTENSION_CMDS=OFF
72+
./helio/blaze.sh -DWITH_GPERF=OFF -DWITH_AWS=OFF -DWITH_GCP=OFF -DWITH_TIERING=OFF -DWITH_SEARCH=OFF -DWITH_COLLECTION_CMDS=OFF -DWITH_EXTENSION_CMDS=OFF
7073
```
7174

7275
## Step 4 - voilà

0 commit comments

Comments
 (0)