From c65257f961a75d8738ffb114163a1992061fb6a6 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 4 Jul 2013 22:11:05 +0200 Subject: add -O2, -Wall and -Werror to CFLAGS --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8c11863..6cd8d1e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ # nthash - Generate NT Hash CC := gcc +CFLAGS += -O2 -Wall -Werror CFLAGS += $(shell pkg-config --cflags --libs nettle) VERSION = $(shell git describe --tags --long) -- cgit v1.2.3-54-g00ecf