]> granicus.if.org Git - json-c/commitdiff
Note the DSIABLE_JSON_POINTER and DISABLE_EXTRA_LIBS build options on the README
authorEric Haszlakiewicz <erh+git@nimenees.com>
Thu, 14 Apr 2022 12:57:43 +0000 (12:57 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Thu, 14 Apr 2022 12:57:43 +0000 (12:57 +0000)
README.md

index 0b02092db1f01b6901f76be441a1e027b9897424..ee96e338a3fd45e5cf479246f4db68f1cdb3be33 100644 (file)
--- a/README.md
+++ b/README.md
@@ -131,6 +131,8 @@ DISABLE_STATIC_FPIC          | Bool   | The default builds position independent
 DISABLE_BSYMBOLIC            | Bool   | Disable use of -Bsymbolic-functions.
 DISABLE_THREAD_LOCAL_STORAGE | Bool   | Disable use of Thread-Local Storage (HAVE___THREAD).
 DISABLE_WERROR               | Bool   | Disable use of -Werror.
+DISABLE_EXTRA_LIBS           | Bool   | Disable use of extra libraries, libbsd
+DISABLE_JSON_POINTER         | Bool   | Omit json_pointer support from the build.
 ENABLE_RDRAND                | Bool   | Enable RDRAND Hardware RNG Hash Seed.
 ENABLE_THREADING             | Bool   | Enable partial threading support.
 OVERRIDE_GET_RANDOM_SEED     | String | A block of code to use instead of the default implementation of json_c_get_random_seed(), e.g. on embedded platforms where not even the fallback to time() works.  Must be a single line.