- Debug mode can now be disabled.
This commit is contained in:
Paul Beckingham 2014-05-11 10:15:10 -04:00
parent 567f242e6d
commit a97ce45cdf
4 changed files with 14 additions and 10 deletions

View file

@ -120,7 +120,7 @@ int main (int argc, char** argv)
exit (1);
}
else if (!strcmp (argv[i], "-d") || !strcmp (argv[i], "--debug"))
e.debug ();
e.debug (true);
else if (!strcmp (argv[i], "-i") || !strcmp (argv[i], "--infix"))
infix = true;
else if (!strcmp (argv[i], "-p") || !strcmp (argv[i], "--postfix"))