Parcourir la source

feat(Makefile): enable parallel build

greatbridf il y a 2 ans
Parent
commit
5020eb6f75
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Makefile.src

+ 1 - 1
Makefile.src

@@ -22,7 +22,7 @@ configure:
 
 .PHONY: build
 build:
-	cmake --build build --target boot.img
+	cmake --build build -j 6 --target boot.img
 
 .PHONY: clean
 clean: