]> git.phdru.name Git - sqlconvert.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:18 +0000 (05:55 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 12 Mar 2017 03:29:12 +0000 (06:29 +0300)
requirements.txt

index 930537a678318ed3b84517a6d36baf0dd1e60673..9b5161bc72ede36c9e3e1dd16f0af4e370232020 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'
 sqlparse