Commit c06d1175 authored by Taddeus Kroes's avatar Taddeus Kroes

Set default verbose level to 2.

parent 7a6c0ad9
......@@ -19,7 +19,7 @@ if __name__ == '__main__':
# Save input assembly in new file for easy comparison
program.save(argv[3])
optimize(program, verbose=1)
optimize(program, verbose=2)
if len(argv) > 2:
# Save output assembly
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment