You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira: FORT-549398
Fix PDB issue where UEFN can't generate a PDB Disable PDB generation for UnrealEditorFortnite [REVIEW] [at]Phillip.Kavan [at]Josh.Adams [at]Gary.Yuan [at]Henrik.Karlsson [CL 23535440 by eric knapik in ue5-main branch]
This commit is contained in:
@@ -1216,7 +1216,8 @@ namespace UnrealBuildTool
|
||||
{
|
||||
throw new BuildException($"Monolithic editors now require VC Toolchain 14.29.30133 (the toolchain for Visual Studio 16.11) ({EnvVars.CompilerVersion} < {VersionNumber.Parse("14.29.30133")})");
|
||||
}
|
||||
Arguments.Add("/PDBPAGESIZE:8192");
|
||||
Arguments.Add("/PDBPAGESIZE:16384");
|
||||
Arguments.Add("/PDBCompress");
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user