diff --git a/src/duckstation/main.cpp b/src/duckstation/main.cpp index 9d42438ac..f670da553 100644 --- a/src/duckstation/main.cpp +++ b/src/duckstation/main.cpp @@ -58,7 +58,7 @@ static int Run(int argc, char* argv[]) int main(int argc, char* argv[]) { // set log flags -#ifdef Y_BUILD_CONFIG_RELEASE +#ifndef _DEBUG const LOGLEVEL level = LOGLEVEL_INFO; // const LOGLEVEL level = LOGLEVEL_DEV; // const LOGLEVEL level = LOGLEVEL_PROFILE;