Skip to content

Commit

Permalink
Revert "Address comments"
Browse files Browse the repository at this point in the history
This reverts commit 43cf728.
  • Loading branch information
zanmato1984 committed Feb 8, 2024
1 parent 43cf728 commit 1302f4f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/source/cpp/env_vars.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,8 @@ 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 an empty value, it has the same effect
as the value ``none`` - memory checks are disabled.
If this variable is not set, or has empty an value, memory checks are disabled.

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

0 comments on commit 1302f4f

Please sign in to comment.