We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f459654 + fe5c6d5 commit b8811b8Copy full SHA for b8811b8
gimme
@@ -327,8 +327,8 @@ _compile() {
327
export CC_FOR_TARGET="${GIMME_CC_FOR_TARGET}"
328
329
local make_log="${1}/make.${GOOS}.${GOARCH}.log"
330
- if [[ "${GIMME_DEBUG}" -gt "1" ]]; then
331
- ./make.bash 2>&1 | tee "${make_log}" 1>&2 || return 1
+ if [[ "${GIMME_DEBUG}" -ge "2" ]]; then
+ ./make.bash -v 2>&1 | tee "${make_log}" 1>&2 || return 1
332
else
333
./make.bash &>"${make_log}" || return 1
334
fi
0 commit comments