0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 04:02:15 +02:00

Boost dependency elimination -- removed BOOST_DISABLE_ASSERTS

This commit is contained in:
James Yonan 2015-06-05 00:47:54 -06:00
parent 23d55e6f5c
commit d466fb6cce

View File

@ -61,12 +61,6 @@
// enable assertion checks (can safely be disabled in production)
//#define OPENVPN_ENABLE_ASSERT
// boost asserts on null smart pointer dereferences are fairly useless
// since a segfault will generate more actionable debug info
#ifndef BOOST_DISABLE_ASSERTS
#define BOOST_DISABLE_ASSERTS
#endif
// if 1, enable special PRNG that is distinct from RNG
#ifndef ENABLE_PRNG
#define ENABLE_PRNG 0