mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
disable the args dump
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
9302d8bef3
commit
d028dd65e4
|
@ -301,7 +301,7 @@ static void parse_cmd_line_args(int argc, char ** argv) {
|
|||
|
||||
|
||||
int STD_CALL main(int argc, char ** argv) {
|
||||
#ifdef DUMP_ARGS
|
||||
#ifdef DUMP_ARGS_
|
||||
std::cout << "args are: ";
|
||||
for (int i = 0; i < argc; i++)
|
||||
std::cout << argv[i] <<" ";
|
||||
|
|
Loading…
Reference in a new issue