We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8382b15 commit 2e834a1Copy full SHA for 2e834a1
vcbuild.bat
@@ -208,7 +208,7 @@ if defined debug_nghttp2 set configure_flags=%configure_flags% --debug-nghttp
208
if defined openssl_no_asm set configure_flags=%configure_flags% --openssl-no-asm
209
if defined no_shared_roheap set configure_flags=%configure_flags% --disable-shared-readonly-heap
210
if defined DEBUG_HELPER set configure_flags=%configure_flags% --verbose
211
-if defined ccache_path set configure_flags=%configure_flags% --ccache-used
+if defined ccache_path set configure_flags=%configure_flags% --use-ccache-win
212
if defined compile_commands set configure_flags=%configure_flags% -C
213
214
if "%target_arch%"=="x86" (
0 commit comments