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: src/docs/build-gn.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,10 +66,10 @@ gn args out/foo
66
66
This opens an editor window for specifying the [`gn` arguments](https://gn.googlesource.com/gn/+/master/docs/reference.md). Alternatively, you can pass the arguments on the command line:
67
67
68
68
```bash
69
-
gn gen out/foo --args='is_debug=false target_cpu="x64" v8_target_cpu="arm64" use_goma=true'
69
+
gn gen out/foo --args='is_debug=false target_cpu="x64" v8_target_cpu="arm64"'
70
70
```
71
71
72
-
This generates build files for compiling V8 with the arm64 simulator in release mode using `goma` for compilation.
72
+
This generates build files for compiling V8 with the arm64 simulator in release mode.
73
73
74
74
For an overview of all available `gn` arguments, run:
0 commit comments