mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-12 19:20:36 +08:00
On windows CE, assert.h defines NDEBUG if DEBUG is not defined
This commit is contained in:
parent
22820e950e
commit
65cc51288a
@ -42,6 +42,11 @@
|
||||
#undef NDEBUG
|
||||
#endif
|
||||
|
||||
// On windows CE, NDEBUG is automatically defined <assert.h> if NDEBUG is not defined.
|
||||
#ifndef DEBUG
|
||||
#define DEBUG
|
||||
#endif
|
||||
|
||||
// bounds integer values for AltiVec
|
||||
#ifdef __ALTIVEC__
|
||||
#define EIGEN_MAKING_DOCS
|
||||
|
Loading…
x
Reference in New Issue
Block a user