aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d589faa..c3533ea 100644
--- a/Makefile
+++ b/Makefile
@@ -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