We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c861c2a commit 821cd65Copy full SHA for 821cd65
Makefile
@@ -59,7 +59,7 @@ wheel_%: dist/$(PACKAGENAME)-$(VERSION).tar.gz
59
CFLAGS="$$CFLAGS -fprofile-generate -fprofile-dir=$$PROFDIR" $$PYBIN/python setup.py build_ext -i; \
60
$$PYBIN/python lockbench.py flock quick; \
61
CFLAGS="$$CFLAGS -fprofile-use -fprofile-correction -fprofile-dir=$$PROFDIR" $$PYBIN/python setup.py build_ext -i -f; \
62
- $$PYBIN/python lockbench.py rlock flock; \
+ $$PYBIN/python lockbench.py rlock flock quick; \
63
CFLAGS="$$CFLAGS -fprofile-use -fprofile-correction -fprofile-dir=$$PROFDIR" $$PYBIN/python setup.py bdist_wheel; \
64
done; \
65
for whl in dist/$(PACKAGENAME)-$(VERSION)-*-linux_*.whl; do auditwheel repair $$whl -w /io/$$WHEELHOUSE; done; \
0 commit comments