summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-05-22 17:16:04 +0200
committerewy <ewy0@protonmail.com>2026-05-22 17:16:04 +0200
commit5fd21b5b4fb33146be906fc6d4b9441c69729d89 (patch)
treef3c72bb66c7a2aca58a7ce91af96381e2c34e2d2
parentc72d7dd45691c1214938c168cecb677a8679846e (diff)
document build tags
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index b86c34a..512d7e1 100644
--- a/README.md
+++ b/README.md
@@ -14,4 +14,10 @@ a browser window with the duckdb ui should open.
ingesting should take a while and not currently deduplicated so reindexing is enabled implicitly: every time you start the program the database will be wiped.
-you can query the data in the duckdb ui during the indexing. \ No newline at end of file
+you can query the data in the duckdb ui during the indexing.
+
+## build tags
+* sqlite: build with sqlite storage backend instead of duckdb
+* sqlite-wasm: build with sqlite-wasm backend instead of duckdb
+* pprof: build with profiling support
+* api: build with http api \ No newline at end of file