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

index b4f7120c93201cfabaafaceefaeccd26de6b1890..b6601812837f40a2544be58158252f4b0d028151 100644 (file)
@@ -1,6 +1,6 @@
 --trusted-host phdru.name
 --find-links=http://phdru.name/Software/Python/
 --trusted-host phdru.name
 --find-links=http://phdru.name/Software/Python/
---install-option="--compile --optimize"
+--install-option=-O2
 
 m_lib>=2.0; python_version >= '2.6' and python_version < '3.0'
 m_lib>=3.0.1; python_version >= '3.4'
 
 m_lib>=2.0; python_version >= '2.6' and python_version < '3.0'
 m_lib>=3.0.1; python_version >= '3.4'