Skip to content

Commit 9ed9ccd

Browse files
authored
Merge pull request #147 from abhillman/patch-2
Mention `make GEN=ninja release` in README.md
2 parents a7ef10d + e52cae7 commit 9ed9ccd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ SELECT * FROM sqlite_db.tmp;
185185

186186
To build, type
187187
```
188+
# to build with multiple cores, use `make GEN=ninja release`
188189
make
189190
```
190191

0 commit comments

Comments
 (0)