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
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 @@ -175,6 +175,7 @@ if defined i18n_arg set configure_flags=%configure_flags% --with-intl=%i
175
175
if defined config_flags set configure_flags = %configure_flags% %config_flags%
176
176
if defined target_arch set configure_flags = %configure_flags% --dest-cpu=%target_arch%
177
177
if defined openssl_no_asm set configure_flags = %configure_flags% --openssl-no-asm
178
+ if defined DEBUG_HELPER set configure_flags = %configure_flags% --verbose
178
179
179
180
if not exist " %~dp0 deps\icu" goto no-depsicu
180
181
if " %target% " == " Clean" echo deleting %~dp0 deps\icu
You can’t perform that action at this time.
0 commit comments