X-Git-Url: https://git.cworth.org/git?p=spritext;a=blobdiff_plain;f=Makefile;h=55cd6c8687c742de0f95976fb5cd0e6c47947805;hp=17fc6281a8c5c74a881345c0a9107d9e3122dcac;hb=a766a28fc520203643b94c89ea6af3576cb12415;hpb=526772356e073996f070b988e26d877abbc08835 diff --git a/Makefile b/Makefile index 17fc628..55cd6c8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS = -g -Wall +CFLAGS = -g -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing CFLAGS += `pkg-config cairo --cflags` CFLAGS += `freetype-config --cflags`