mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-07 08:14:58 +03:00
Enable debug messages and memory check with debug configuration
This commit is contained in:
@ -783,7 +783,11 @@ UINT SWExec()
|
||||
MayaquaMinimalMode();
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
InitMayaqua(true, true, 0, NULL);
|
||||
#else
|
||||
InitMayaqua(false, false, 0, NULL);
|
||||
#endif
|
||||
InitCedar();
|
||||
|
||||
if (is_datafile_exists == false)
|
||||
|
Reference in New Issue
Block a user