buildflags.md: Fix typo introduced in commit 65028a4d

This commit is contained in:
Florian Weimer 2021-11-16 17:12:32 +01:00
parent f33780a5e7
commit 69360e1d57
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ The general (architecture-independent) build flags are:
asynchronous cancellation and proper unwinding from signal
handlers. It also makes performance and debugging tools more
useful because unwind information is available without having to
install (and load) debugging ienformation. (Not enabled on armhfp
install (and load) debugging information. (Not enabled on armhfp
due to architectural differences in stack management.)
* `-Wp,-D_GLIBCXX_ASSERTIONS`: Enable lightweight assertions in the
C++ standard library, such as bounds checking for the subscription