mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 11:49:02 +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
|
#undef NDEBUG
|
||||||
#endif
|
#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
|
// bounds integer values for AltiVec
|
||||||
#ifdef __ALTIVEC__
|
#ifdef __ALTIVEC__
|
||||||
#define EIGEN_MAKING_DOCS
|
#define EIGEN_MAKING_DOCS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user