diff --git a/config.mk b/config.mk index cdd0ba0..9924f86 100644 --- a/config.mk +++ b/config.mk @@ -15,7 +15,7 @@ INCS = -I. -I/usr/include ${GTK_INC} LIBS = -lc ${GTK_LIB} -lpthread -lm # compiler flags -CFLAGS += -std=c99 -pedantic -Wall -Wno-format-zero-length $(INCS) +CFLAGS += -std=c99 -pedantic -Wall $(INCS) # debug flags DFLAGS = -g