diff --git a/src/main.cpp b/src/main.cpp index 12589c5c..33940416 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -104,6 +104,10 @@ BOOL APIENTRY DllMain(HMODULE hmod, DWORD reason, PVOID) LOG(INFO) << "Yim's Menu Initializing"; LOGF(INFO, "Git Info\n\tBranch:\t{}\n\tHash:\t{}\n\tDate:\t{}", version::GIT_BRANCH, version::GIT_SHA1, version::GIT_DATE); +#ifndef NDEBUG + LOG(WARNING) << "Debug Build. Switch to RelWithDebInfo or Release Build for a more stable experience"; +#endif + auto thread_pool_instance = std::make_unique(); LOG(INFO) << "Thread pool initialized.";