FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-compiler.old/build-cpython-compiler.sh at master · pfalcon/python-compiler.old · GitHub
pfalcon
/
python-compiler.old
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
42
Code
Issues
7
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-compiler.old
/
build-cpython-compiler.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
13 lines (11 loc) · 306 Bytes
Breadcrumbs
python-compiler.old
/
build-cpython-compiler.sh
Copy path
File metadata and controls
executable file
·
13 lines (11 loc) · 306 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
#!
/bin/sh
#
#
Clone and build reference CPython3.5 bytecode compiler with peephole
#
optimization disabled, to run testsuite.
#
set
-ex
git clone --depth 1 https://github.com/pfalcon/cpython -b 3.5-noopt
cd
cpython
./Build-nopeephole.sh
cd
..
ln -sf cpython/BUILD-py3.5-nopeephole/python3.5-nopeephole
.
Back
|
FazBrowse Home
|
New Git URL