Skip to content

Commit

Permalink
README.md: update make command
Browse files Browse the repository at this point in the history
  • Loading branch information
luxiaok committed Jan 8, 2025
1 parent 00141b6 commit 8a8bb47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ make menuconfig
### Start complie

```
make -j 8
make -j 6
```

For debug:
For debug

```
make V=sc -j 1
make -j 1 V=sc
```

0 comments on commit 8a8bb47

Please sign in to comment.