This website works better with JavaScript.
Home
Explore
Help
Sign In
MNT
/
reform-boundary-uboot
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
build.sh: use max procs to build
tags/2020-06-01
mntmn
7 months ago
parent
87b132e653
commit
4e3c76d868
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
build.sh
+ 1
- 1
build.sh
View File
@@ -3,4 +3,4 @@
export CROSS_COMPILE=aarch64-linux-gnu-
export ARCH=arm
make flash.bin
make
-j$(nproc)
flash.bin
Write
Preview
Loading…
Cancel
Save