From 054b3b48c9ccfde24f4c01fb6f59773cfcd422d3 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Wed, 16 May 2018 19:33:28 +0200 Subject: Refactor statistics. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 93a7aad..39b9324 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC ?= cc -CFLAGS += -O3 -march=native +CFLAGS += -O3 -march=native -Wall CPPFLAGS += LDFLAGS += -pthread -- cgit