]> git.phdru.name Git - m_lib.git/commitdiff
Fix pip's --install-option: --compile is default and I prefer -O2
authorOleg Broytman <phd@phdru.name>
Sun, 12 Mar 2017 02:54:35 +0000 (05:54 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 12 Mar 2017 02:54:35 +0000 (05:54 +0300)
requirements.txt

index 96220399df8b2dad49ffd7fb700a1ee16729d393..a93f0116ba2115597fd5c44524b9835f470988b8 100644 (file)
@@ -1,3 +1,3 @@
 --trusted-host phdru.name
 --find-links=http://phdru.name/Software/Python/
---install-option="--compile --optimize"
+--install-option=-O2