added production assert mode

This commit is contained in:
Arvid Norberg
2010-05-06 02:18:08 +00:00
parent 85824b1924
commit 08d145a6e9
4 changed files with 29 additions and 7 deletions

View File

@@ -266,6 +266,12 @@ 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 |
| | * ``off`` - asserts are disabled |
| | * ``production`` - assertion failures are logged |
| | to ``asserts.log`` in the current working |
| | directory, but won't abort the process. |
+--------------------------+----------------------------------------------------+
| ``zlib`` | * ``system`` - links against the zlib supplied |
| | with your operating system. |
| | * ``shipped`` - links against the zlib bundled |