You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,10 @@ public override bool CanUseFastbuild()
128
128
// <-- FASTBuild
129
129
```
130
130
131
-
# Fixing Compilation Errors
131
+
# Enabling Cache Generation
132
+
133
+
FASTBuildCOnfiguration.cs contains the EnableCacheGenerationMode property. By default this checks for whether an environment variable ("UE-FB-CACHE-WRITE") contains the value TRUE.
134
+
135
+
# Warnings as errors
132
136
133
-
Unreal has a fair few compilation errors which need to be resolved before using FASTBuild with certain settings. Most of them are include issues, so whether or not you hit them depends on your project as the unity build system covers many of them up.
134
137
Enabling warnings as errors will cause issues with certain things being falsely detected as digraphs, and will need to be fixed manually by adding a space to separate the "<::X"
0 commit comments