Yaron Koresh commited on
Commit
cb27467
·
verified ·
1 Parent(s): 5eac769

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +2 -1
start.sh CHANGED
@@ -9,8 +9,9 @@ apt-get install -y git git-lfs ffmpeg libsm6 libxext6 cmake rsync gcc make pyth
9
  git lfs install
10
  git clone https://github.com/python/cpython
11
  cd cpython
12
- ./configure --enable-optimizations --prefix=$HOME/python
13
  make
 
14
  make install
15
  python -m pip install --upgrade --no-cache-dir pip
16
  python -m pip install --upgrade --no-cache-dir -r deps.txt
 
9
  git lfs install
10
  git clone https://github.com/python/cpython
11
  cd cpython
12
+ ./configure --enable-optimizations --with-lto --prefix=$HOME/python
13
  make
14
+ make test
15
  make install
16
  python -m pip install --upgrade --no-cache-dir pip
17
  python -m pip install --upgrade --no-cache-dir -r deps.txt