Continue robbing prime github dolphin libs blind (#254)

* Continue work on dolphin libs

* tp.py pull-request should print rels by default
This commit is contained in:
hatal175
2023-01-24 13:22:40 -07:00
committed by GitHub
parent 49a8b2be0d
commit d17c122e4d
43 changed files with 332 additions and 1742 deletions
+1 -1
View File
@@ -803,7 +803,7 @@ def remove_unused_asm(check: bool):
@click.option("--debug/--no-debug")
@click.option(
"--rels",
default=False,
default=True,
is_flag=True,
help="RELs will also be build and checked",
)