We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71acad commit 3d7bdfbCopy full SHA for 3d7bdfb
.gitignore
@@ -1,11 +1,9 @@
1
*swp
2
*~
3
.gitignore
4
-source/buildv8.sh
5
doc/*
6
tests/*
7
-source/compiler/aa-filelist
8
source/compiler/sources.js
9
-source/myfib.js
10
source/tachyon
11
-source/tests/fp/to_be_done
+source/deps
+
source/host/install-host-vm
@@ -123,7 +123,7 @@ v8_patch_for_tachyon()
123
124
v8_build()
125
{
126
- scons arch=x64 mode=release
+ scons arch=x64 mode=release d8
127
mv d8 d8_64
128
scons mode=release d8
129
}
0 commit comments