Skip to content
Snippets Groups Projects
Unverified Commit c8c69fe1 authored by superherointj's avatar superherointj Committed by GitHub
Browse files

README: Remove CBOR_CUSTOM_ALLOC flag

According to documentation:
* https://libcbor.readthedocs.io/en/latest/getting_started.html#building-installing-libcbor

> CBOR_CUSTOM_ALLOC has been removed. Custom allocators (historically a controlled by a build flag) are always enabled.

Documentation seems conflicting.
parent cb4162f4
Branches
Tags
No related merge requests found
......@@ -25,7 +25,7 @@
```bash
git clone https://github.com/PJK/libcbor
cmake -DCMAKE_BUILD_TYPE=Release -DCBOR_CUSTOM_ALLOC=ON libcbor
cmake -DCMAKE_BUILD_TYPE=Release libcbor
make
make install
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment