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

@@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE.
*/
#if defined TORRENT_DEBUG || defined TORRENT_ASIO_DEBUGGING
#if defined TORRENT_DEBUG || defined TORRENT_ASIO_DEBUGGING || TORRENT_RELEASE_ASSERTS
#ifdef __APPLE__
#include <AvailabilityMacros.h>