Skip to content
Snippets Groups Projects

Workaround/fixes for cJSON symbol collision

Closed Gijs Peskens requested to merge cjson_workaround into master
  1. Jun 25, 2021
    • Gijs Peskens's avatar
      Workaround/fixes for cJSON symbol collision · 099fd396
      Gijs Peskens authored
      Provide 2 new confiration options "disable_json" and "external_cjson"
      external_cjson is intended ONLY for static libraries that get linked
      to an application that already has cjson compiled in, so that it may
      use that. The version of cJSON MUST match the version used in libRIST
      or at least be ABI compatible.
      099fd396
Loading