This commit is contained in:
aozhiwei 2023-11-23 18:50:15 +08:00
parent ecdb1d1a5e
commit 59d0a88a60

View File

@ -40,7 +40,7 @@ namespace f8
impl_->save_cond = new std::condition_variable();
impl_->log_level = 0;
#ifdef DEBUG
#ifdef MYDEBUG
impl_->debuging = true;
#endif
impl_->top_node = nullptr;