File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ rem set CFLAGS=-I%PREFIX%\Library\include %CFLAGS%
33rem set LDFLAGS=/LIBPATH:%PREFIX% %LDFLAGS%
44
55:: -wnx flags mean: --wheel --no-isolation --skip-dependency-check
6- %PYTHON% -m build -w -n -x
6+ :: -Ccompile-args=-v makes ninja print full compiler commands (verbose build)
7+ %PYTHON% -m build -w -n -x -Ccompile-args=-v
78if %ERRORLEVEL% neq 0 exit 1
89
910:: wheel file was renamed
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ if [ -d "build" ]; then
99fi
1010
1111# -wnx flags mean: --wheel --no-isolation --skip-dependency-check
12- ${PYTHON} -m build -w -n -x
12+ # -Ccompile-args=-v makes ninja print full compiler commands (verbose build)
13+ ${PYTHON} -m build -w -n -x -Ccompile-args=-v
1314
1415${PYTHON} -m wheel tags --remove \
1516 --platform-tag " manylinux_${GLIBC_MAJOR} _${GLIBC_MINOR} _x86_64" \
You can’t perform that action at this time.
0 commit comments