update CycleTimer to utilize NDEBUG and PBD::DEBUG so that we can leave them in place and use them at run time
git-svn-id: svn://localhost/ardour2/branches/3.0@10840 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -51,4 +51,5 @@ uint64_t PBD::DEBUG::CaptureAlignment = PBD::new_debug_bit ("capturealignment");
|
||||
uint64_t PBD::DEBUG::PluginManager = PBD::new_debug_bit ("pluginmanager");
|
||||
uint64_t PBD::DEBUG::AudioUnits = PBD::new_debug_bit ("audiounits");
|
||||
uint64_t PBD::DEBUG::ControlProtocols = PBD::new_debug_bit ("controlprotocols");
|
||||
uint64_t PBD::DEBUG::CycleTimers = PBD::new_debug_bit ("cycletimers");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user