run debug tests first

This commit is contained in:
Nikita Smith
2026-04-22 09:30:45 -07:00
committed by Ryan Fleury
parent 48f2a931ce
commit 60c4518d65
+1 -1
View File
@@ -13,7 +13,7 @@ for /f "tokens=*" %%i in ('where clang') do set clang_path=%%~dpi
rem parse out clang version number out of --version to build path to the folder with ASAN DLL
for /f "tokens=3 delims=. " %%v in ('clang -v 2^>^&1 ^| findstr version') do set clang_version=%%v
for %%c in (%CC_VALUES%) do for %%m in (%MODE_VALUES%) do (
for %%m in (%MODE_VALUES%) do for %%c in (%CC_VALUES%) do (
setlocal
echo --------------------------------------------------------------------------------