ref: a09f73f2eace8f62cad14efe27348548a729873c
parent: a1937b47303467224b8e42e594685821a50c8699
author: Clownacy <Clownacy@users.noreply.github.com>
date: Wed Jan 15 02:46:02 EST 2020
Specify that WARNINGS enables compiler warnings
--- a/README.md
+++ b/README.md
@@ -55,9 +55,9 @@
`JAPANESE=1` | Enable the Japanese-language build (instead of the unofficial Aeon Genesis English translation)
`FIX_BUGS=1` | Fix various bugs in the game
`DEBUG_SAVE=1` | Re-enable the dummied-out 'Debug Save' option, and the ability to drag-and-drop save files onto the window
-`WARNINGS=1` | Enable common warnings
-`WARNINGS_ALL=1` | Enable ALL warnings (clang only)
-`WARNINGS_FATAL=1` | Make all warnings errors
+`WARNINGS=1` | Enable common compiler warnings
+`WARNINGS_ALL=1` | Enable ALL compiler warnings (clang only)
+`WARNINGS_FATAL=1` | Make all compiler warnings errors
## Licensing