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: lib/web_ui/dev/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,13 @@ felt build --watch
23
23
24
24
If you don't want to add `felt` to your path, you can still invoke it using a relative path like `./web_ui/dev/felt <command>`
25
25
26
+
## Speeding up your builds
27
+
You can speed up your builds by using more CPU cores. Pass `-j` to specify the desired level of parallelism, like so:
28
+
```
29
+
felt build [-w] -j 100
30
+
```
31
+
If you are a Google employee, you can use an internal instance of Goma to parallelize your builds. Because Goma compiles code on remote servers, this option is effective even on low-powered laptops.
0 commit comments