From 4c64492a1f26cade70b8f68dbb05842ad9ebbebd Mon Sep 17 00:00:00 2001 From: Alexey Fedoseev Date: Wed, 10 Apr 2024 23:19:24 +0300 Subject: [PATCH] new DEBUG flag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 271e4df..4ae2fc8 100644 --- a/README.md +++ b/README.md @@ -18,5 +18,5 @@ Run `make` to build the library binaries. Run `make test` to build the test program. Use variables: -* `DEBUG=1` debug version of the library +* `DEBUG=yes` debug version of the library * `DYNAMIC=1` build shared version of the library