From 33aed057ba227e0c6eb50a0e6695dc9efc66cb40 Mon Sep 17 00:00:00 2001 From: Misa Date: Thu, 18 Jun 2020 13:26:45 -0700 Subject: [PATCH] Add note to README about "compiler quirks" only applying to 2.2 Only the 2.2 version has these problems, so you don't need to worry about this section when compiling 2.3. --- desktop_version/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/desktop_version/README.md b/desktop_version/README.md index 5202232f..57806680 100644 --- a/desktop_version/README.md +++ b/desktop_version/README.md @@ -57,6 +57,11 @@ file, [get in touch](http://distractionware.com/email/)!) A Word About Compiler Quirks ---------------------------- +_(Note: This section only applies to version 2.2 of the source code, which is +the initial commit of this repository. Since then, much hard work has been put +in to fix many undefined behaviors. If you're compiling the latest version of +the source code, ignore this section.)_ + This engine is _super_ fussy about optimization levels and runtime checks. In particular, the Windows version _absolutely positively must_ be compiled in Debug mode, with /RTC enabled. If you build in Release mode, or have /RTC