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 @@ -197,6 +197,7 @@ if defined link_module set configure_flags=%configure_flags% %link_module%
197
197
if defined i18n_arg set configure_flags = %configure_flags% --with-intl=%i18n_arg%
198
198
if defined config_flags set configure_flags = %configure_flags% %config_flags%
199
199
if defined target_arch set configure_flags = %configure_flags% --dest-cpu=%target_arch%
200
+ if defined debug_nghttp2 set configure_flags = %configure_flags% --debug-nghttp2
200
201
if defined openssl_no_asm set configure_flags = %configure_flags% --openssl-no-asm
201
202
if defined DEBUG_HELPER set configure_flags = %configure_flags% --verbose
202
203
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