You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README-V8.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Or, on Linux:
53
53
## Building on Linux
54
54
On Linux, the following commands should be used to compile v8 completely from the command line.
55
55
56
-
$ gn gen --args='target_cpu="x86" is_component_build=true is_debug=false v8_use_external_startup_data=false v8_enable_i18n_support=false is_clang=false use_custom_libcxx=false' out.gn/x86.release
56
+
$ gn gen --args='target_cpu="x86" is_component_build=true is_debug=false v8_use_external_startup_data=false is_clang=false use_custom_libcxx=false' out.gn/x86.release
57
57
$ ninja -C out.gn/x86.release v8 v8_libplatform
58
58
59
59
The [Makefile](src/Makefile) will automatically copy the required files to the appropriate directories.
0 commit comments