Turn off ultraverbose warnings as our default. It does not match the

rest of the arduino ecosystem and is very surprising to endusers
pull/1181/head
Jesse Vincent 2 years ago
parent 8c15bb79ec
commit 4fd12cd79c
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -165,7 +165,7 @@ compile: kaleidoscope-hardware-configured
$(QUIET) install -d "${OUTPUT_PATH}"
$(QUIET) $(ARDUINO_CLI) compile --fqbn "${FQBN}" ${ARDUINO_VERBOSE} --warnings all ${ccache_wrapper_property} ${local_cflags_property} \
$(QUIET) $(ARDUINO_CLI) compile --fqbn "${FQBN}" ${ARDUINO_VERBOSE} ${ccache_wrapper_property} ${local_cflags_property} \
${_arduino_local_libraries_prop} ${_ARDUINO_CLI_COMPILE_CUSTOM_FLAGS} \
--library "${KALEIDOSCOPE_DIR}" \
--libraries "${KALEIDOSCOPE_DIR}/plugins/" \

Loading…
Cancel
Save