File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -201,6 +201,7 @@ if defined link_module set configure_flags=%configure_flags% %link_module%
201
201
if defined i18n_arg set configure_flags = %configure_flags% --with-intl=%i18n_arg%
202
202
if defined config_flags set configure_flags = %configure_flags% %config_flags%
203
203
if defined target_arch set configure_flags = %configure_flags% --dest-cpu=%target_arch%
204
+ if defined debug_nghttp2 set configure_flags = %configure_flags% --debug-nghttp2
204
205
if defined openssl_no_asm set configure_flags = %configure_flags% --openssl-no-asm
205
206
if defined DEBUG_HELPER set configure_flags = %configure_flags% --verbose
206
207
if " %target_arch% " == " x86" if " %PROCESSOR_ARCHITECTURE% " == " AMD64" set configure_flags = %configure_flags% --no-cross-compiling
You can’t perform that action at this time.
0 commit comments