use -Wformat=2

This commit is contained in:
Daniel Micay 2012-05-22 04:47:27 -04:00
parent 16abbc4f26
commit 499ad4c751
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
PREFIX = /usr/local
CC = gcc
CFLAGS = -std=c99 -O3 -Wall -Wextra -pedantic
CFLAGS = -std=c99 -O3 -Wall -Wextra -pedantic -Wformat=2
LDFLAGS = -s
CFLAGS += $(shell pkg-config --cflags gtk+-2.0 vte)