Skip to content

Commit

Permalink
Add a bunch of print to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Jan 8, 2025
1 parent d43ea47 commit e6d9116
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ def build_object(self, compiler, source, target, flags, macros, include, env=Non
command.extend(macros)
command.extend(include)
print("[COMMAND]", " ".join(command))
print("\n" * 500)
# TODO: change this to subprocess.run etc. once we drop 2.7
subprocess.check_call(command, cwd=BLIS_DIR)
return target
Expand Down

0 comments on commit e6d9116

Please sign in to comment.