Skip to content

Instantly share code, notes, and snippets.

@tjukic
Created September 11, 2023 18:40
Show Gist options
  • Save tjukic/a54d999a6dd2748644b41c28567bc099 to your computer and use it in GitHub Desktop.
Save tjukic/a54d999a6dd2748644b41c28567bc099 to your computer and use it in GitHub Desktop.
UE5 build config
<?xml version="1.0" encoding="utf-8" ?>
<Configuration xmlns="https://www.unrealengine.com/BuildConfiguration">
<ProjectFileGenerator>
<Format>VisualStudio2022</Format>
</ProjectFileGenerator>
<BuildConfiguration>
<bAllCores>true</bAllCores>
<bAllowFastBuild>false</bAllowFastBuild>
<bUseSharedPCHs>true</bUseSharedPCHs>
</BuildConfiguration>
<WindowsPlatform>
<WindowsSdkVersion>Latest</WindowsSdkVersion>
<bCompilerTrace>true</bCompilerTrace>
</WindowsPlatform>
<ParallelExecutor>
<MemoryPerActionBytes>0</MemoryPerActionBytes>
</ParallelExecutor>
</Configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment