mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-10 07:48:09 +00:00
run debug tests first
This commit is contained in:
committed by
Ryan Fleury
parent
48f2a931ce
commit
60c4518d65
+1
-1
@@ -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 --------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user