new DEBUG flag

This commit is contained in:
Alexey Fedoseev
2024-04-10 23:19:24 +03:00
parent dccd81af18
commit 4c64492a1f

View File

@@ -18,5 +18,5 @@ Run `make` to build the library binaries.
Run `make test` to build the test program. Run `make test` to build the test program.
Use variables: Use variables:
* `DEBUG=1` debug version of the library * `DEBUG=yes` debug version of the library
* `DYNAMIC=1` build shared version of the library * `DYNAMIC=1` build shared version of the library