fix: vcxproj config

This commit is contained in:
MistEO
2023-06-06 00:22:33 +08:00
parent 45b86cd6c8
commit 30a4a76f67
3 changed files with 8 additions and 7 deletions

View File

@@ -43,12 +43,12 @@ int main([[maybe_unused]] int argc, char** argv)
std::cerr << "create failed" << std::endl;
return -1;
}
#ifndef NDEBUG
#ifdef SMOKE_TESTING
std::cout << "Ended early for smoke testing." << std::endl;
return 0;
#endif
#ifndef ASST_DEBUG
AsstAsyncConnect(ptr, "adb", "127.0.0.1:5555", nullptr, true);
#else