perfect: DEBUG: Change databaseDirectory to d:\database

This commit is contained in:
Calcitem 2021-01-19 23:34:31 +08:00
parent ebeb57d325
commit f101c91bc5
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ using namespace std;
unsigned int startTestFromLayer = 0;
unsigned int endTestAtLayer = NUM_LAYERS - 1;
#ifdef _DEBUG
char databaseDirectory[] = ".";
char databaseDirectory[] = "D:\\database";
#elif _RELEASE_X64
char databaseDirectory[] = "";
#endif