lld no_aslr

This commit is contained in:
Ryan Fleury
2024-06-01 11:57:44 -07:00
parent a8b02f9791
commit 01a21af955
+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=
if "%clang%"=="1" set no_aslr=-Wl,/DYNAMICBASE:NO
if "%msvc%"=="1" set rc=call rc
if "%clang%"=="1" set rc=call llvm-rc