The optimized build could not run 'make fullcheck'
This commit is contained in:
parent
1937394db8
commit
8e43a27211
1 changed files with 2 additions and 2 deletions
|
|
@ -48,12 +48,12 @@ int main(int argc, char* argv[])
|
|||
{
|
||||
int index = 1;
|
||||
|
||||
#if defined(VERIFY_ON)
|
||||
if (argc > index && std::string(argv[index]) == "--verify") {
|
||||
#if defined(VERIFY_ON)
|
||||
ledger::verify_enabled = true;
|
||||
#endif
|
||||
index++;
|
||||
}
|
||||
#endif
|
||||
|
||||
// Retreive test path from command line first argument. Default to
|
||||
// "" which resolves to the top level suite.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue