From 7089e3b303f83718f14f365dbc42084b57d059c1 Mon Sep 17 00:00:00 2001 From: NovaSquirrel Date: Fri, 1 Jan 2021 17:06:07 -0500 Subject: [PATCH] Add information on fixing a compiler error --- COMPILING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/COMPILING.md b/COMPILING.md index 051d729b..1ba61a23 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -9,6 +9,7 @@ Note: When loading the the solution in Visual Studio make sure all the projects are loaded successfully. Note: If you get an error about the project targeted .NET Framework 4.5 chose to download the missing packages then install ".NET Framework 4.5 targeting pack" from the Visual Studio Installer. +Note: If you get a "compiler is out of heap space" error when building the project, then try running `set PreferredToolArchitecture=x64` and `devenv` in "x64 Native Tools Command Prompt for VS 2019" #### *Libretro*