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