We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3964324 commit 6bc17e4Copy full SHA for 6bc17e4
libcxx/docs/Hardening.rst
@@ -24,7 +24,7 @@ modes are:
24
additionally some checks for undefined behavior that incur relatively little
25
overhead but aren't security-critical. While the performance penalty is
26
somewhat more significant compared to the fast mode, the extensive mode is
27
- still intended to be usable in production.
+ still intended for use in production builds.
28
- **Debug mode**, which enables all the available checks in the library,
29
including internal assertions, some of which might be very expensive. This
30
mode is intended to be used for testing, not in production.
0 commit comments