File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ options:
4242| -DBUILD_QCBOR_WARN=ON | Compiler warnings are off by default; this turns on the warnins used in QCBOR continuous integration.
4343| -DBUILD_QCBOR_TEST=APP | Builds the tests as an executable. Tests are off by default.
4444| -DBUILD_QCBOR_TEST=LIB | Builds the tests as a library.
45- | -DQCBOR_DISABLE_XXX=ON | Disables feature XXX to reduce code size. See descriptions below.
45+ | -DQCBOR_DISABLE_XXX=ON | Disables feature XXX to reduce code size. See descriptions below. The name of the cmake option is the same as the #define.
4646
4747Building the QCBOR library:
4848
@@ -165,8 +165,8 @@ in C for some architectures.
165165
166166#### CMake options
167167
168- Previously some QCBOR_OPT_DISABLE_XXX options were provided. They have
169- been replaces with QCBOR_DISABLE_XXX and expanded to cover all features
168+ Previously, some QCBOR_OPT_DISABLE_XXX options were provided. They have
169+ been replaced with QCBOR_DISABLE_XXX and expanded to cover all features
170170disables. See below.
171171
172172@anchor CodeSize
You can’t perform that action at this time.
0 commit comments