eliminate old unwinder usage code; more regression fixing

This commit is contained in:
Ryan Fleury
2024-05-17 15:07:21 -07:00
parent 301cf6b7ac
commit 393fb9e5f2
3 changed files with 27 additions and 42 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ if "%clang%"=="1" set only_compile=-c
if "%msvc%"=="1" set EHsc=/EHsc
if "%clang%"=="1" set EHsc=
if "%msvc%"=="1" set no_aslr=/DYNAMICBASE:NO
if "%clang%"=="1" set no_aslr=/DYNAMICBASE:NO
if "%clang%"=="1" set no_aslr=
if "%msvc%"=="1" set rc=rc.exe
if "%clang%"=="1" set rc=llvm-rc.exe