You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Remove AutoRTFM suffix when AutoRTFM is enabled
#rb Brandon.Schaefer [CL 29718074 by brandon schaefer in ue5-main branch]
This commit is contained in:
@@ -238,11 +238,6 @@ namespace UnrealBuildTool
|
||||
{
|
||||
string? SanitizerSuffix = null;
|
||||
|
||||
if (Target.bUseAutoRTFMCompiler)
|
||||
{
|
||||
SanitizerSuffix = "AutoRTFM";
|
||||
}
|
||||
|
||||
if (Target.LinuxPlatform.bEnableAddressSanitizer)
|
||||
{
|
||||
SanitizerSuffix = "ASan";
|
||||
|
||||
Reference in New Issue
Block a user