From a09f73f2eace8f62cad14efe27348548a729873c Mon Sep 17 00:00:00 2001 From: Clownacy Date: Wed, 15 Jan 2020 07:46:02 +0000 Subject: [PATCH] Specify that WARNINGS enables compiler warnings --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fccbb0db..5f1ab0cc 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,9 @@ Name | Function `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