File tree 2 files changed +2
-1
lines changed
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
476
476
# Prepare the build for running the tests.
477
477
# Related CI jobs: most CI tests, excluding node-test-commit-arm-fanned
478
478
build-ci :
479
- $(PYTHON ) ./configure $(CONFIG_FLAGS )
479
+ $(PYTHON ) ./configure --verbose $(CONFIG_FLAGS )
480
480
$(MAKE )
481
481
482
482
.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
179
179
if defined config_flags set configure_flags = %configure_flags% %config_flags%
180
180
if defined target_arch set configure_flags = %configure_flags% --dest-cpu=%target_arch%
181
181
if defined openssl_no_asm set configure_flags = %configure_flags% --openssl-no-asm
182
+ if defined DEBUG_HELPER set configure_flags = %configure_flags% --verbose
182
183
183
184
if not exist " %~dp0 deps\icu" goto no-depsicu
184
185
if " %target% " == " Clean" echo deleting %~dp0 deps\icu
You can’t perform that action at this time.
0 commit comments