The optimized build could not run 'make fullcheck'

This commit is contained in:
John Wiegley 2009-03-02 04:51:55 -04:00
parent 1937394db8
commit 8e43a27211

View file

@ -48,12 +48,12 @@ int main(int argc, char* argv[])
{ {
int index = 1; int index = 1;
#if defined(VERIFY_ON)
if (argc > index && std::string(argv[index]) == "--verify") { if (argc > index && std::string(argv[index]) == "--verify") {
#if defined(VERIFY_ON)
ledger::verify_enabled = true; ledger::verify_enabled = true;
#endif
index++; index++;
} }
#endif
// Retreive test path from command line first argument. Default to // Retreive test path from command line first argument. Default to
// "" which resolves to the top level suite. // "" which resolves to the top level suite.