File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -476,7 +476,7 @@ test-ci: | clear-stalled build-addons build-addons-napi doc-only
476476# Prepare the build for running the tests.
477477# Related CI jobs: most CI tests, excluding node-test-commit-arm-fanned
478478build-ci :
479- $(PYTHON ) ./configure $(CONFIG_FLAGS )
479+ $(PYTHON ) ./configure --verbose $(CONFIG_FLAGS )
480480 $(MAKE )
481481
482482.PHONY : run-ci
Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ if defined i18n_arg set configure_flags=%configure_flags% --with-intl=%i
179179if defined config_flags set configure_flags = %configure_flags% %config_flags%
180180if defined target_arch set configure_flags = %configure_flags% --dest-cpu=%target_arch%
181181if defined openssl_no_asm set configure_flags = %configure_flags% --openssl-no-asm
182+ if defined DEBUG_HELPER set configure_flags = %configure_flags% --verbose
182183
183184if not exist " %~dp0 deps\icu" goto no-depsicu
184185if " %target% " == " Clean" echo deleting %~dp0 deps\icu
You can’t perform that action at this time.
0 commit comments