From edb75b9897cb20b88da9546af2b50aea9f5196d6 Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Sat, 18 Dec 2021 22:32:45 +0100 Subject: readme: add a note about sqlite compile-time options --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 8fabb08..235c995 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,8 @@ sqlite.addIncludeDir("third_party/zig-sqlite/c"); sqlite.linkLibC(); ``` +If you need to define custom [compime-time options](https://www.sqlite.org/compile.html#overview) for sqlite, modify the flags (second argument to `addCSourceFile`). + Now it's just a matter of linking your `build.zig` target(s) to this library instead of the system one: ```zig -- cgit v1.2.3