mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
make sure that BOOST_ENABLE_ASSERT_HANDLER is always set
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13560 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0dcc1e0cce
commit
c56802982d
@ -405,11 +405,10 @@ int mkstemp(char*);
|
||||
|
||||
#define BOOST_USER_CONFIG <config.h>
|
||||
|
||||
#if defined(ENABLE_ASSERTIONS)
|
||||
#define BOOST_ENABLE_ASSERT_HANDLER 1
|
||||
#else
|
||||
#if !defined(ENABLE_ASSERTIONS)
|
||||
# define BOOST_DISABLE_ASSERTS 1
|
||||
#endif
|
||||
#define BOOST_ENABLE_ASSERT_HANDLER 1
|
||||
|
||||
#define BOOST_DISABLE_THREADS 1
|
||||
#define BOOST_NO_WREGEX 1
|
||||
|
Loading…
Reference in New Issue
Block a user