Commit: b1b052ba6dc42e1bd32a6f18fabbd542251b6b67 Parent: 311300edddedeb3abed07496e428137626556760 Author: Randy Palamar Date: Mon, 8 Jun 2026 10:16:05 -0600 README: mention that MSVC is not supported Diffstat:
| M | README.md | | | 14 | +------------- |
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git a/README.md b/README.md @@ -7,7 +7,7 @@ This means that GCC 12.1 or Clang 15 are the mininum supported compiler versions. Testing on compilers this old has been limited so you may run into bugs which do not occur with newer compilers. It is highly recommended that you use a more modern compiler (GCC -15+ or Clang 21+). +15+ or Clang 21+). Note that MSVC is not supported. Bootstrap the build tool once and it will rebuild itself as needed: @@ -35,18 +35,6 @@ Debug builds enable dynamic reloading of almost the entire program and you can make changes to most code and recompile without exiting the application. -## MSVC Support - -MSVC is not the target compiler for this application. While some -attempt is made to keep an exe building with MSVC no effort is -spent testing that it works beyond launching and running. Some -previous attempts at testing it have indicated that MSVC is -miscompiling parts of the code. Additionally there have been valid -(as far as other C compilers are concerned) lines of code in this -project that have caused MSVC to **crash** during compilation. If -your compiler is so poorly written that it crashes on **ANY** -input is it really worth our effort to support? - # Troubleshooting ## Missing Vulkan Support