Fix progress upload

Former-commit-id: eb2049d43775d817fafa349001ec1e3ca4d849ec
This commit is contained in:
2023-10-13 01:21:47 -04:00
parent 3fdf9c7c66
commit 09a8bba742
2 changed files with 3 additions and 3 deletions

View File

@@ -137,7 +137,7 @@ config.ldflags = [
"-fp hardware",
"-nodefaults",
]
config.progress_all = True
config.progress_all = False
config.build_rels = False
# Base flags, common to most GC/Wii games.