Line 568 of 'hb-private.hh looks like this:- #define DEBUG(WHAT) (DEBUG_LEVEL (WHAT, 0)) It's making me feel uneasy because DEBUG will be defined, even for a Release build. Is that the intended behaviour? John