mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-13 03:04:58 +03:00
Enable debug messages and memory check with debug configuration
This commit is contained in:
@ -143,7 +143,11 @@ int main(int argc, char *argv[])
|
||||
SetConsoleTitleA(CEDAR_PRODUCT_STR " VPN Command Line Utility");
|
||||
#endif // OS_WIN32
|
||||
|
||||
#ifdef DEBUG
|
||||
InitMayaqua(true, true, argc, argv);
|
||||
#else
|
||||
InitMayaqua(false, false, argc, argv);
|
||||
#endif
|
||||
InitCedar();
|
||||
|
||||
s = GetCommandLineUniStr();
|
||||
|
Reference in New Issue
Block a user