Capitalise 'Clang'
This commit is contained in:
parent
48651f0b94
commit
727b3eee0d
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -46,7 +46,7 @@ endif
|
||||||
|
|
||||||
ifeq ($(WARNINGS_ALL), 1)
|
ifeq ($(WARNINGS_ALL), 1)
|
||||||
ifneq ($(findstring clang,$(CXX)),)
|
ifneq ($(findstring clang,$(CXX)),)
|
||||||
# Use clang-specific flag -Weverything
|
# Use Clang-specific flag -Weverything
|
||||||
ALL_CXXFLAGS += -Weverything
|
ALL_CXXFLAGS += -Weverything
|
||||||
else
|
else
|
||||||
$(warning Couldn't activate all warnings (unsupported compiler))
|
$(warning Couldn't activate all warnings (unsupported compiler))
|
||||||
|
|
|
@ -56,7 +56,7 @@ Name | Function
|
||||||
`FIX_BUGS=1` | Fix various bugs in the game
|
`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
|
`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=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
|
`WARNINGS_FATAL=1` | Make all compiler warnings errors
|
||||||
|
|
||||||
Once built, the executables and assets can be found in the newly-generated `game` folder.
|
Once built, the executables and assets can be found in the newly-generated `game` folder.
|
||||||
|
|
Loading…
Add table
Reference in a new issue