]> Shamusworld >> Repos - stargem2/blobdiff - Makefile
Added config file key bindings, general code cleanup
[stargem2] / Makefile
index 52955a6dc055da7eee3252ed6c87146c95e4dbca..65dc220089f3d503b8b613ab2522c03f1eef0739 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 #
 # by James L. Hammons
 # (C) 2005 Underground Software
-# This software is licensed under the GPL v2
+# This software is licensed under the GPL v3 or later
 #
 
 ifeq "$(OSTYPE)" "msys"                                                        # Win32
@@ -42,8 +42,8 @@ CC         = gcc
 LD         = gcc
 TARGET     = stargem2
 
-CFLAGS   = -MMD -Wall -Wno-switch -Wno-uninitialized -O2 -D$(SYSTYPE) -fomit-frame-pointer `sdl-config --cflags`
-CPPFLAGS = -MMD -Wall -Wno-switch -Wno-non-virtual-dtor -Wno-uninitialized -O2 -D$(SYSTYPE) \
+CFLAGS   = -MMD -Wall -Wno-switch -Wno-uninitialized -Wno-unused -O2 -D$(SYSTYPE) -fomit-frame-pointer `sdl-config --cflags`
+CPPFLAGS = -MMD -Wall -Wno-switch -Wno-non-virtual-dtor -Wno-uninitialized -Wno-unused -O2 -D$(SYSTYPE) \
                -fomit-frame-pointer `sdl-config --cflags` \
                -g
 #              -DLOG_UNMAPPED_MEMORY_ACCESSES