diff --git a/firmware/config/boards/common_make.bat b/firmware/config/boards/common_make.bat index fe7194213e..74e95ec453 100644 --- a/firmware/config/boards/common_make.bat +++ b/firmware/config/boards/common_make.bat @@ -4,7 +4,7 @@ echo Entering %script_name% mkdir .dep rem todo: start using env variable for number of threads or for '-r' make -j4 -r -if not exist build/rusefi.hex echo FAILED to compile by %script_name% +if not exist build/rusefi.hex echo FAILED to compile by %script_name% with %PROJECT_BOARD% %DEBUG_LEVEL_OPT% and %EXTRA_PARAMS% if not exist build/rusefi.hex exit -1 rm -f build/rusefi.dfu