Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
Pyston
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
Pyston
Commits
865ca0fb
Commit
865ca0fb
authored
Apr 24, 2014
by
Kevin Modzelewski
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #35 from mjisyang/develop
fix several minor issues found during installing and building
parents
8f4512eb
af8c7ee4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
docs/INSTALLING.md
docs/INSTALLING.md
+1
-1
src/Makefile
src/Makefile
+1
-1
test/tests/time_test.py
test/tests/time_test.py
+1
-1
No files found.
docs/INSTALLING.md
View file @
865ca0fb
...
...
@@ -119,7 +119,7 @@ Assuming you've already built the normal version above:
```
cd ~/pyston_deps
cp -rv libunwind-1.1 libunwind-1.1-debug
mkdir
../
libunwind-1.1-debug-install
mkdir libunwind-1.1-debug-install
cd libunwind-1.1-debug
./configure --prefix=$HOME/pyston_deps/libunwind-1.1-debug-install --enable-shared=0 --enable-debug --enable-debug-frame
make -j4
...
...
src/Makefile
View file @
865ca0fb
...
...
@@ -140,7 +140,7 @@ CXXFLAGS_PROFILE = $(LLVM_PROFILE_CXXFLAGS) $(COMMON_CXXFLAGS) -pg -O3 -DNDEBUG
CXXFLAGS_RELEASE
:=
$(LLVM_RELEASE_CXXFLAGS)
$(COMMON_CXXFLAGS)
-O3
-fstrict-aliasing
-enable-tbaa
-DNDEBUG
-DNVALGRIND
-DBINARY_SUFFIX
=
_release
-DBINARY_STRIPPED_SUFFIX
=
$(EXTRA_CXXFLAGS)
# Use our "custom linker" that calls gold if available
COMMON_LDFLAGS
:=
-B
../tools/build_system
-L
/usr/local/lib
-lpthread
-ldl
-lcurses
-lm
-lunwind
-lz
-L
$(DEPS_DIR)
/gcc-4.8.2-install/lib64
COMMON_LDFLAGS
:=
-B
../tools/build_system
-L
/usr/local/lib
-lpthread
-ldl
-lcurses
-lm
-lunwind
-lz
-
llzma
-
L
$(DEPS_DIR)
/gcc-4.8.2-install/lib64
# Make sure that we put all symbols in the dynamic symbol table so that MCJIT can load them;
# TODO should probably do the linking before MCJIT
COMMON_LDFLAGS
+=
-Wl
,-E
...
...
test/tests/time_test.py
View file @
865ca0fb
import
time
print
t
ime
print
t
ype
(
time
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment