Skip to content
Snippets Groups Projects
Commit 4e3c76d8 authored by minute's avatar minute
Browse files

build.sh: use max procs to build

parent 87b132e6
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,4 @@
export CROSS_COMPILE=aarch64-linux-gnu-
export ARCH=arm
make flash.bin
make -j$(nproc) flash.bin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment