X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=65dc220089f3d503b8b613ab2522c03f1eef0739;hb=00f99074bf49f4d52d17a534dd3d4e451f4bbc59;hp=52955a6dc055da7eee3252ed6c87146c95e4dbca;hpb=2879315d07ce59a7996bc8a137c3b66ae018013a;p=stargem2 diff --git a/Makefile b/Makefile index 52955a6..65dc220 100755 --- 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