Capitalise 'Clang'

This commit is contained in:
Clownacy 2020-01-15 08:16:57 +00:00
parent 48651f0b94
commit 727b3eee0d
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ endif
ifeq ($(WARNINGS_ALL), 1)
ifneq ($(findstring clang,$(CXX)),)
# Use clang-specific flag -Weverything
# Use Clang-specific flag -Weverything
ALL_CXXFLAGS += -Weverything
else
$(warning Couldn't activate all warnings (unsupported compiler))

View file

@ -56,7 +56,7 @@ Name | Function
`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 compiler warnings
`WARNINGS_ALL=1` | Enable ALL compiler warnings (clang only)
`WARNINGS_ALL=1` | Enable ALL compiler warnings (Clang only)
`WARNINGS_FATAL=1` | Make all compiler warnings errors
Once built, the executables and assets can be found in the newly-generated `game` folder.