Skip to content

Commit

Permalink
Build Makefile verbosely
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed Jun 4, 2024
1 parent 84b3263 commit 74545a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/build_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ def main():
f"-j{multiprocessing.cpu_count()}",
f"ARM_GCC_DIR={toolchain}",
f"POST_BUILD_EXE={args.postbuild}",
"VERBOSE=1",
],
check=True,
)
Expand Down

0 comments on commit 74545a0

Please sign in to comment.