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.
This commit is contained in:
Misa 2020-06-18 13:26:45 -07:00 committed by Ethan Lee
parent b66d303540
commit 33aed057ba
1 changed files with 5 additions and 0 deletions

View File

@ -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