Remove AutoRTFM suffix when AutoRTFM is enabled

#rb Brandon.Schaefer

[CL 29718074 by brandon schaefer in ue5-main branch]
This commit is contained in:
brandon schaefer
2023-11-14 13:05:13 -05:00
parent 86e3e192af
commit 0d1c2b7cd9
@@ -238,11 +238,6 @@ namespace UnrealBuildTool
{
string? SanitizerSuffix = null;
if (Target.bUseAutoRTFMCompiler)
{
SanitizerSuffix = "AutoRTFM";
}
if (Target.LinuxPlatform.bEnableAddressSanitizer)
{
SanitizerSuffix = "ASan";