We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a1b36 commit b8528fdCopy full SHA for b8528fd
1 file changed
.github/scripts/windows/build_task.bat
@@ -26,6 +26,7 @@ if %errorlevel% neq 0 exit /b 3
26
if "%THREAD_SAFE%" equ "0" set ADD_CONF=%ADD_CONF% --disable-zts
27
if "%INTRINSICS%" neq "" set ADD_CONF=%ADD_CONF% --enable-native-intrinsics=%INTRINSICS%
28
if "%ASAN%" equ "1" set ADD_CONF=%ADD_CONF% --enable-sanitizer --enable-debug-pack
29
+if "%CLANG_TOOLSET%" equ "1" set ADD_CONF=%ADD_CONF% --with-toolset=clang
30
31
rem C4018: comparison: signed/unsigned mismatch
32
rem C4146: unary minus operator applied to unsigned type
0 commit comments