add build option to always enable asserts (i.e. allow asserts in release builds)

This commit is contained in:
Arvid Norberg
2011-05-07 19:58:38 +00:00
parent 923fb1eac5
commit a329a11b57
4 changed files with 7 additions and 4 deletions

View File

@@ -266,7 +266,8 @@ Build features:
| | requires you to link against librt.a. This is |
| | typically the case on x86 64 bit systems. |
+--------------------------+----------------------------------------------------+
| ``asserts`` | * ``on`` - asserts are on if in debug mode |
| ``asserts`` | * ``auto`` - asserts are on if in debug mode |
| | * ``on`` - asserts are on, even in release mode |
| | * ``off`` - asserts are disabled |
| | * ``production`` - assertion failures are logged |
| | to ``asserts.log`` in the current working |