asmaloney / libE57Format

Library for reading & writing the E57 file format
Boost Software License 1.0
137 stars 66 forks source link

{cmake} Split diagnostic output from E57_DEBUG to E57_ENABLE_DIAGNOSTIC_OUTPUT #222

Closed asmaloney closed 1 year ago

asmaloney commented 1 year ago

In an effort to clean up all these compile options, isolate the diagnostic output (dump() functions).

Instead of always including this code, it is an option (E57_ENABLE_DIAGNOSTIC_OUTPUT) for backwards compatibility. The only real reason to turn this off would be for slightly smaller binaries.