From a970a035245eeaf33cce4560770f14c3c74116cd Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 12 Mar 2017 05:55:05 +0300 Subject: [PATCH] Fix pip's --install-option: --compile is default and I prefer -O2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b4f7120..b660181 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ --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' -- 2.39.2