Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
onlyoffice_core
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
onlyoffice_core
Commits
f65a27cf
Commit
f65a27cf
authored
Aug 09, 2017
by
Alexey Golubev
Committed by
GitHub
Aug 09, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build the v8 in multithreaded mode
parent
ed59c2b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Common/3dParty/v8/build.sh
Common/3dParty/v8/build.sh
+1
-1
No files found.
Common/3dParty/v8/build.sh
View file @
f65a27cf
...
...
@@ -33,7 +33,7 @@ cd "$SCRIPTPATH/v8"
if
[[
"
$platform
"
==
*
"linux"
*
]]
then
CFLAGS
=
"-fPIC"
CXXFLAGS
=
"-fPIC"
make native
GYPFLAGS
=
-Dclang
=
0
CFLAGS
=
"-fPIC"
CXXFLAGS
=
"-fPIC"
make native
-j
$(
grep
-c
^processor /proc/cpuinfo
)
GYPFLAGS
=
-Dclang
=
0
cp
"./out/native/obj.target/tools/gyp/libv8_base.a"
"./../
$platform$arch
/"
cp
"./out/native/obj.target/tools/gyp/libv8_libbase.a"
"./../
$platform$arch
/"
...
...
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