Skip to content

Commit

Permalink
Build system: allow parallel build by arduino cli
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Dec 24, 2024
1 parent 330b032 commit d762fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/makefiles/sketch.mk
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ compile: kaleidoscope-hardware-configured check-rosetta
--library "${KALEIDOSCOPE_DIR}" \
--libraries "${KALEIDOSCOPE_DIR}/plugins/" \
--build-path "${BUILD_PATH}" \
--output-dir "${OUTPUT_PATH}" \
--output-dir "${OUTPUT_PATH}" -j 0 \
"${SKETCH_FILE_PATH}"
ifeq ($(LIBONLY),)
$(QUIET) cp "${BUILD_PATH}/${SKETCH_FILE_NAME}.hex" "${HEX_FILE_PATH}"
Expand Down

0 comments on commit d762fd6

Please sign in to comment.