Skip to content

Commit 8e790ca

Browse files
authored
Update build-gn.md (#815)
goma is deprecated and doesn't exist anymore.
1 parent 02ee481 commit 8e790ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/build-gn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ gn args out/foo
6666
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:
6767

6868
```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"'
7070
```
7171

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.
7373

7474
For an overview of all available `gn` arguments, run:
7575

0 commit comments

Comments
 (0)