diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2015-12-10 15:55:29 +0000 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2015-12-10 15:55:29 +0000 |
commit | c2871c53235b57e90b666fe1ebea6f7b99225357 (patch) | |
tree | 6b31d73cb71dab573e8edac5e888dc4330786b4a | |
parent | c73baf2e8637c8a0d10cff74d0ce1e818f540939 (diff) | |
download | imv-c2871c53235b57e90b666fe1ebea6f7b99225357.tar.gz |
Tell gcc to be pedantic
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ prefix = /usr -CFLAGS = -W -Wall -std=gnu11 `sdl2-config --cflags` +CFLAGS = -W -Wall -Wpedantic -std=gnu11 `sdl2-config --cflags` LDFLAGS = `sdl2-config --libs` -lfreeimage -lSDL2_ttf -lfontconfig -lpthread TARGET = imv |