kanje / bosce

boost::statechart extractor
Boost Software License 1.0
26 stars 4 forks source link

Handle binaries built with NDEBUG #20

Closed kanje closed 1 year ago

kanje commented 1 year ago

Fix #19: boost::statechart uses different types depending on whether NDEBUG is defined or not. As NDEBUG could be defined also for -O0 builds, we need to handle it.