Skip to content

Commit

Permalink
Add some cruft to allow debugging the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mwallerb committed Jun 24, 2024
1 parent 3a6f9b1 commit 522f081
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 @@ -45,6 +45,7 @@ def append_if_absent(list, arg):
def update_flags(exec, update):
# First, let us clean up the mess of compiler options a little bit: Move
# flags out into a dictionary, thereby removing the myriad of duplicates
print("FLAGS", exec)
cc_so, *cflags_so = exec
def _splitflag(arg):
arg = arg.split("=", 1)
Expand Down

0 comments on commit 522f081

Please sign in to comment.