]> git.phdru.name Git - m_librarian.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:54 +0000 (05:54 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 12 Mar 2017 02:54:54 +0000 (05:54 +0300)
requirements.txt

index be7fedeecd66483ba008d4a07fcaa5b04bf52f35..b33eab20578ab6a28c7a4d59854073d22e30bb9c 100644 (file)
@@ -1,6 +1,6 @@
 --trusted-host phdru.name
 --find-links=http://phdru.name/Software/Python/
---install-option="--compile --optimize"
+--install-option=-O2
 
 argparse; python_version == '2.6'
 SQLObject>=2.2.1; python_version >= '2.6' and python_version < '3.0'