We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a985302 commit 20bd947Copy full SHA for 20bd947
Makefile
@@ -49,7 +49,6 @@ $(addprefix wheel_,$(filter-out %_x86_64, $(filter-out %_i686, $(MANYLINUX_IMAGE
49
50
wheel_%: dist/$(PACKAGE)-$(VERSION).tar.gz
51
echo "Building wheels for $(PACKAGE) $(VERSION)"
52
- mkdir -p wheelhouse_$(subst wheel_,,$@)
53
time docker run --rm -t \
54
-v $(shell pwd):/io \
55
-e CFLAGS="-O3 -g0 -mtune=generic -pipe -fPIC" \
0 commit comments