Skip to content

Commit 4c9a9b1

Browse files
author
Laurence Lundblade
committed
Update the build instructions
1 parent e091c42 commit 4c9a9b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Building.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

4747
Building 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
170170
disables. See below.
171171

172172
@anchor CodeSize

0 commit comments

Comments
 (0)