diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-12-07 06:47:15 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-12-07 06:47:15 (GMT) |
commit | b23c60d320f744f0e585992ba32226daa685d6cb (patch) | |
tree | 10b736e31e8be88c1a1b06b2add6f96d28ebf8ab /doc/testing.txt | |
parent | 9a665075c9df74fd646ad187636bc242a9a8816c (diff) |
add notice about NDEBUG and CMakeCache.txt to fix cgalpngtest errors
Diffstat (limited to 'doc/testing.txt')
-rw-r--r-- | doc/testing.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/testing.txt b/doc/testing.txt index 6b0f0d2..403ef4a 100644 --- a/doc/testing.txt +++ b/doc/testing.txt @@ -83,3 +83,8 @@ based on Normalized Cross Correlation. Pass -DCOMPARATOR=ncc to cmake Your version of imagemagick is old. Upgrade, or pass -DCOMPARATOR=old to cmake. The comparison will be of lowered reliability. + +6. Many cgalpngtests are failing with weird assertion errors. + +Edit CMakeCache.txt and replace '-DNDEBUG' or '/D NDEBUG' with blank spaces + |