]> git.phdru.name Git - m_librarian.git/commitdiff
Pass setup.py install option --optimize
authorOleg Broytman <phd@phdru.name>
Wed, 3 Aug 2016 14:21:30 +0000 (17:21 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 3 Aug 2016 14:21:30 +0000 (17:21 +0300)
requirements.txt

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