Skip to content

Commit

Permalink
Reapply "Address comments"
Browse files Browse the repository at this point in the history
This reverts commit 1302f4f.
  • Loading branch information
zanmato1984 committed Feb 8, 2024
1 parent 1302f4f commit 7ea4f63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/cpp/env_vars.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ that changing their value later will have an effect.
- ``abort`` exits the processus with a non-zero return value;
- ``trap`` issues a platform-specific debugger breakpoint / trap instruction;
- ``warn`` prints a warning on stderr and continues execution;
- ``none`` disables memory checks;

If this variable is not set, or has empty an value, memory checks are disabled.
If this variable is not set, or has an empty value, it has the same effect
as the value ``none`` - memory checks are disabled.

.. note::
While this functionality can be useful and has little overhead, it
Expand Down

0 comments on commit 7ea4f63

Please sign in to comment.