Skip to content

Commit

Permalink
Update vcbuild.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanStojanovic committed Feb 4, 2025
1 parent 8382b15 commit 2e834a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcbuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ if defined debug_nghttp2 set configure_flags=%configure_flags% --debug-nghttp
if defined openssl_no_asm set configure_flags=%configure_flags% --openssl-no-asm
if defined no_shared_roheap set configure_flags=%configure_flags% --disable-shared-readonly-heap
if defined DEBUG_HELPER set configure_flags=%configure_flags% --verbose
if defined ccache_path set configure_flags=%configure_flags% --ccache-used
if defined ccache_path set configure_flags=%configure_flags% --use-ccache-win
if defined compile_commands set configure_flags=%configure_flags% -C

if "%target_arch%"=="x86" (
Expand Down

0 comments on commit 2e834a1

Please sign in to comment.