Skip to content

Commit

Permalink
Use verbose flag for pip install for debug target
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 4, 2022
1 parent d93b991 commit bbe9cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ debug:
# for our stuff, kills optimization, and redirects to dev null so we
# see any build failures.
make clean > /dev/null
CFLAGS='-g -O0' python3 -m pip install --global-option="build_ext" . > /dev/null
CFLAGS='-g -O0' python3 -m pip -v install --global-option="build_ext" . > /dev/null

.PHONY: release-test
release-test:
Expand Down

0 comments on commit bbe9cc6

Please sign in to comment.