From 738c52189d9d5f6c66f9538690ba302d07343203 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sun, 26 Apr 2020 13:13:51 +0200 Subject: [PATCH] doc --- doc/build.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/build.md b/doc/build.md index f10e9ffb..6543cf38 100644 --- a/doc/build.md +++ b/doc/build.md @@ -67,11 +67,12 @@ The compile script for Windows is `script/compile.bat`. To compile babashka with `HyperSQL`/`hsqldb` support, set `BABASHKA_FEATURE_HSQLDB` to `true`: - ``` shell $ BABASHKA_FEATURE_HSQLDB=true script/compile ``` +Check out this [example](examples.md#find-unused-vars). + If you think this feature should be enabled in the distributed version of `bb`, vote with a thumbs up on [this](https://github.com/borkdude/babashka/issues/382) issue.