Add custom define to disable uncaught exception logging.

This commit is contained in:
Miguel Portilla
2016-06-21 16:08:10 -04:00
parent d22eb0caa2
commit 63a5522406
4 changed files with 10 additions and 9 deletions

View File

@@ -365,6 +365,7 @@ def config_base(env):
,{'SOCI_CXX_C11' : '1'}
,'_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS'
,'BOOST_NO_AUTO_PTR'
,'NO_LOG_UNHANDLED_EXCEPTIONS'
])
if Beast.system.windows: