From df08fca0d262e80e8fe540552deba9c1016c2361 Mon Sep 17 00:00:00 2001 From: Babak Farrokhi Date: Sun, 13 Sep 2015 16:15:16 +0430 Subject: [PATCH] - enable warnings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c74d9b..b9e7e4f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PREFIX=/usr/local INC=-I$(PREFIX)/include LIB=-L$(PREFIX)/lib -FLAGS=-O2 -pipe -funroll-loops -ffast-math -fno-strict-aliasing -mssse3 +FLAGS=-Wall -O2 -pipe -funroll-loops -ffast-math -fno-strict-aliasing -mssse3 CC?=cc all: ifstatd_